Skip to content

Commit ceac5cb

Browse files
authored
VS Code themes that match VS Light and Dark, including semantic tokens (#4019)
1 parent 14f2c9f commit ceac5cb

6 files changed

+1005
-0
lines changed

Themes/.vscode/launch.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// A launch configuration that compiles the extension and then opens it inside a new window
2+
{
3+
"version": "0.1.0",
4+
"configurations": [
5+
{
6+
"name": "Launch Extension",
7+
"type": "extensionHost",
8+
"request": "launch",
9+
"runtimeExecutable": "${execPath}",
10+
"args": [
11+
"--extensionDevelopmentPath=${workspaceFolder}"
12+
],
13+
"outFiles": [
14+
"${workspaceFolder}/themes/*.json"
15+
]
16+
},
17+
]
18+
}

Themes/LanguageCCPP_color_128x.png

4.68 KB
Loading

0 commit comments

Comments
 (0)