Add commands for installing and browsing Elm packages

This commit is contained in:
Krzysztof Cieslak
2019-08-05 19:01:52 +02:00
parent 338f7c8548
commit d9410422cc
5 changed files with 191 additions and 1 deletions

View File

@@ -2,5 +2,6 @@
"editor.insertSpaces": false,
"tslint.enable": true,
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single"
"typescript.preferences.quoteStyle": "single",
"editor.tabSize": 2
}