chore: update files
This commit is contained in:
parent
a09cda34d5
commit
312a364177
4 changed files with 3 additions and 14 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
node_modules/
|
||||
.vscode/
|
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
|
@ -1,13 +0,0 @@
|
|||
// 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}" ]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
"iconPath": "./svg/markdown.svg"
|
||||
},
|
||||
"_sass": {
|
||||
"iconPath": "./svg/svss.svg"
|
||||
"iconPath": "./svg/sass.svg"
|
||||
},
|
||||
"_json": {
|
||||
"iconPath": "./svg/json.svg"
|
||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue