mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Restore extensions in core (#114921)
* bring back grammar extensions
* fix hygiene
* Revert "pull themes from the marketplace"
This reverts commit 0738f76dac.
This commit is contained in:
10
extensions/theme-defaults/package.nls.json
Normal file
10
extensions/theme-defaults/package.nls.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"displayName": "Default Themes",
|
||||
"description": "The default Visual Studio light and dark themes",
|
||||
"darkPlusColorThemeLabel": "Dark+ (default dark)",
|
||||
"lightPlusColorThemeLabel": "Light+ (default light)",
|
||||
"darkColorThemeLabel": "Dark (Visual Studio)",
|
||||
"lightColorThemeLabel": "Light (Visual Studio)",
|
||||
"hcColorThemeLabel": "High Contrast",
|
||||
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
|
||||
}
|
||||
Reference in New Issue
Block a user