mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-07 09:36:11 -08:00
Initial commit
This commit is contained in:
13
out/.vscode/launch.json
vendored
Normal file
13
out/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// A launch configuration that launches the extension inside a new window
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
18
out/package.json
Normal file
18
out/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "generated-theme",
|
||||
"displayName": "Generated THeme",
|
||||
"description": "...",
|
||||
"categories": [ "Themes" ],
|
||||
"version": "0.0.1",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Generated theme",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user