From 3df09c1514921f20696156173a5f13369b2e51e1 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 18 Jul 2017 14:00:43 +0200 Subject: [PATCH 1/2] chore: Disable gulp/npm tasks autodetect --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 46700f9..036bc65 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,7 @@ "editor.tabSize": 4, "editor.wordWrap": "on", "editor.quickSuggestions": false - } + }, + "gulp.autoDetect": "off", + "npm.autoDetect": "off" } \ No newline at end of file From b6eb130e1606940f107f08eea85c0c3024ccbfea Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 18 Jul 2017 14:28:19 +0200 Subject: [PATCH 2/2] fix: Add .ex file icon Fix #60 --- src/icons/partials/fileExtensions.js | 3 ++- src/icons/svgs/ex.svg | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/icons/svgs/ex.svg diff --git a/src/icons/partials/fileExtensions.js b/src/icons/partials/fileExtensions.js index fd7a478..65ec4bb 100644 --- a/src/icons/partials/fileExtensions.js +++ b/src/icons/partials/fileExtensions.js @@ -266,5 +266,6 @@ "tmTheme": "_file_markup", "pp": "_file_pp", "applescript": "_file_applescript", - "haml": "_file_haml" + "haml": "_file_haml", + "ex": "_file_ex" }, \ No newline at end of file diff --git a/src/icons/svgs/ex.svg b/src/icons/svgs/ex.svg new file mode 100644 index 0000000..ffe7bef --- /dev/null +++ b/src/icons/svgs/ex.svg @@ -0,0 +1,3 @@ + + +