themes - add a setting to hardcode the native theme source (#200144)

* themes - add a setting to hardcode the native theme source

* disable in linux

* .

* .
This commit is contained in:
Benjamin Pasero
2023-12-18 11:21:31 +01:00
committed by GitHub
parent a93f0f5753
commit 3148688541
3 changed files with 75 additions and 6 deletions

View File

@@ -134,8 +134,9 @@ import 'vs/workbench/contrib/configExporter/electron-sandbox/configurationExport
// Terminal
import 'vs/workbench/contrib/terminal/electron-sandbox/terminal.contribution';
// Themes Support
// Themes
import 'vs/workbench/contrib/themes/browser/themes.test.contribution';
import 'vs/workbench/services/themes/electron-sandbox/themes.contribution';
// User Data Sync
import 'vs/workbench/contrib/userDataSync/electron-sandbox/userDataSync.contribution';