chore: update files

This commit is contained in:
Mattia Astorino 2017-02-04 11:34:03 +01:00
parent a09cda34d5
commit 312a364177
4 changed files with 3 additions and 14 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules/
.vscode/

13
.vscode/launch.json vendored
View file

@ -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}" ]
}
]
}

View file

@ -4,7 +4,7 @@
"iconPath": "./svg/markdown.svg"
},
"_sass": {
"iconPath": "./svg/svss.svg"
"iconPath": "./svg/sass.svg"
},
"_json": {
"iconPath": "./svg/json.svg"

View file

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB