From 312a36417774511f942275016447a6057e6a498f Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 11:34:03 +0100 Subject: [PATCH] chore: update files --- .gitignore | 2 ++ .vscode/launch.json | 13 ------------- icons/material-theme-icon-theme.json | 2 +- icons/svg/{scss.svg => sass.svg} | 0 4 files changed, 3 insertions(+), 14 deletions(-) create mode 100644 .gitignore delete mode 100644 .vscode/launch.json rename icons/svg/{scss.svg => sass.svg} (100%) 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