mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
Remove quality checks for events (#8934)
* Remove quality checks for events * Update iKey * Add missed quality check
This commit is contained in:
@@ -292,7 +292,7 @@ export class Main {
|
||||
}
|
||||
}
|
||||
|
||||
const eventPrefix = product.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'; // {{SQL CARBON EDIT}}
|
||||
const eventPrefix = 'adsworkbench'; // {{SQL CARBON EDIT}}
|
||||
|
||||
export async function main(argv: ParsedArgs): Promise<void> {
|
||||
const services = new ServiceCollection();
|
||||
|
||||
Reference in New Issue
Block a user