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

This reverts commit 7adb8dd74b.
This commit is contained in:
Charles Gagnon
2019-08-09 14:14:30 -07:00
committed by GitHub
parent edeab906bc
commit c7f2967e5d
12 changed files with 17 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ interface ISharedProcessInitData {
logLevel: LogLevel;
}
const eventPrefix = 'adsworkbench'; // {{SQL CARBON EDIT}} Use custom event prefix to differentiate from VS Code telemetry events
const eventPrefix = 'monacoworkbench';
class MainProcessService implements IMainProcessService {
constructor(private server: Server, private mainRouter: StaticRouter) { }

View File

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