Use VS Code iKey and modify event prefix (#6656)

* Use VS Code iKey and modify event prefix

* Move carbon edit lines to same line
This commit is contained in:
Charles Gagnon
2019-08-08 15:55:43 -07:00
committed by GitHub
parent 0362b5d058
commit 7adb8dd74b
12 changed files with 17 additions and 17 deletions

View File

@@ -303,7 +303,7 @@ export class Main {
}
}
const eventPrefix = 'monacoworkbench';
const eventPrefix = 'adsworkbench'; // {{SQL CARBON EDIT}} Use custom event prefix to differentiate from VS Code telemetry events
export async function main(argv: ParsedArgs): Promise<void> {
const services = new ServiceCollection();