Skip to content

Commit

Permalink
move positron variables contrib into common startup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Dec 12, 2024
1 parent b7bc8c2 commit 0dbd2f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/workbench.common.main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 0 additions & 2 deletions src/vs/workbench/workbench.desktop.main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0dbd2f9

Please sign in to comment.