normalize sql carbon tag (#14445)

This commit is contained in:
Aditya Bist
2021-02-25 13:32:12 -08:00
committed by GitHub
parent b28e845506
commit 2a125ee43b
35 changed files with 57 additions and 57 deletions

View File

@@ -90,7 +90,7 @@ interface ISharedProcessInitData {
backupWorkspacesPath: string;
}
const eventPrefix = 'adsworkbench'; // {{ SQL CARBON EDIT }}
const eventPrefix = 'adsworkbench'; // {{SQL CARBON EDIT}}
class MainProcessService implements IMainProcessService {

View File

@@ -20,7 +20,7 @@
// we know for a fact that workbench.desktop.main will depend on
// the related CSS and NLS counterparts.
bootstrapWindow.load([
'sql/setup', // {{ SQL CARBON EDIT }}
'sql/setup', // {{SQL CARBON EDIT}}
'vs/workbench/workbench.desktop.main',
'vs/nls!vs/workbench/workbench.desktop.main',
'vs/css!vs/workbench/workbench.desktop.main'