mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Update events for insiders (#6807)
* Update events for insiders * Add back in isBuilt check
This commit is contained in:
@@ -302,7 +302,7 @@ export class Main {
|
||||
}
|
||||
}
|
||||
|
||||
const eventPrefix = 'monacoworkbench';
|
||||
const eventPrefix = product.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench';
|
||||
|
||||
export async function main(argv: ParsedArgs): Promise<void> {
|
||||
const services = new ServiceCollection();
|
||||
|
||||
Reference in New Issue
Block a user