Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/browser/workbench.ts')
-rw-r--r--src/vs/workbench/browser/workbench.ts7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/vs/workbench/browser/workbench.ts b/src/vs/workbench/browser/workbench.ts
index 8094c87aca2..d505032b79a 100644
--- a/src/vs/workbench/browser/workbench.ts
+++ b/src/vs/workbench/browser/workbench.ts
@@ -188,11 +188,8 @@ export class Workbench extends Layout {
//
// NOTE: Please do NOT register services here. Use `registerSingleton()`
// from `workbench.common.main.ts` if the service is shared between
- // native and web or `workbench.sandbox.main.ts` if the service
- // is native only.
- //
- // DO NOT add services to `workbench.desktop.main.ts`, always add
- // to `workbench.sandbox.main.ts` to support our Electron sandbox
+ // desktop and web or `workbench.desktop.main.ts` if the service
+ // is desktop only.
//
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!