mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -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:
@@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user