mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user