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

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