From 0dbd2f9568badc14adb3a03c715973e02fe687b8 Mon Sep 17 00:00:00 2001 From: Jonathan McPherson Date: Wed, 11 Dec 2024 17:08:21 -0800 Subject: [PATCH] move positron variables contrib into common startup --- src/vs/workbench/workbench.common.main.ts | 1 + src/vs/workbench/workbench.desktop.main.ts | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vs/workbench/workbench.common.main.ts b/src/vs/workbench/workbench.common.main.ts index f0213cd43f0..44e0192fa17 100644 --- a/src/vs/workbench/workbench.common.main.ts +++ b/src/vs/workbench/workbench.common.main.ts @@ -448,6 +448,7 @@ import './services/runtimeStartup/common/runtimeStartup.js'; import './services/positronConsole/browser/positronConsoleService.js'; import './contrib/positronHelp/browser/positronHelpService.js'; import './services/positronVariables/common/positronVariablesService.js'; +import './services/positronVariables/common/positronVariables.contribution.js'; import './services/positronDataExplorer/browser/positronDataExplorerService.js'; import './services/positronConnections/browser/positronConnectionsService.js'; import './contrib/positronWebviewPreloads/browser/positronWebviewPreloadsService.js'; diff --git a/src/vs/workbench/workbench.desktop.main.ts b/src/vs/workbench/workbench.desktop.main.ts index 3e497b99e0c..488b78b7c7c 100644 --- a/src/vs/workbench/workbench.desktop.main.ts +++ b/src/vs/workbench/workbench.desktop.main.ts @@ -186,8 +186,6 @@ import './contrib/emergencyAlert/electron-sandbox/emergencyAlert.contribution.js // --- Start Positron --- import './contrib/positronPreview/electron-sandbox/positronPreview.contribution.js'; -// Positron Variables -import './services/positronVariables/common/positronVariables.contribution.js'; // --- End Positron --- //#endregion