diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..417c6ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +.vscode/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 8384213..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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}" ] - } - ] -} \ No newline at end of file diff --git a/icons/material-theme-icon-theme.json b/icons/material-theme-icon-theme.json index c2ffe63..099061f 100644 --- a/icons/material-theme-icon-theme.json +++ b/icons/material-theme-icon-theme.json @@ -4,7 +4,7 @@ "iconPath": "./svg/markdown.svg" }, "_sass": { - "iconPath": "./svg/svss.svg" + "iconPath": "./svg/sass.svg" }, "_json": { "iconPath": "./svg/json.svg" diff --git a/icons/svg/scss.svg b/icons/svg/sass.svg similarity index 100% rename from icons/svg/scss.svg rename to icons/svg/sass.svg