From 85b2c4de4a6bc9b98959b58a2e63c9757f760386 Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Fri, 24 May 2019 13:55:15 -0700 Subject: [PATCH] disable remote contribution (#5630) --- src/vs/workbench/workbench.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/workbench.main.ts b/src/vs/workbench/workbench.main.ts index ffa763598e..3851f1e7fb 100644 --- a/src/vs/workbench/workbench.main.ts +++ b/src/vs/workbench/workbench.main.ts @@ -373,7 +373,7 @@ import 'vs/workbench/contrib/relauncher/electron-browser/relauncher.contribution import 'vs/workbench/contrib/tasks/electron-browser/task.contribution'; // Remote -import 'vs/workbench/contrib/remote/electron-browser/remote.contribution'; +// import 'vs/workbench/contrib/remote/electron-browser/remote.contribution'; {{SQL CARBON EDIT}} @anthonydresser comment our remote // Emmet // import 'vs/workbench/contrib/emmet/browser/emmet.contribution'; {{SQL CARBON EDIT}} @anthonydresser comment our emmet