Initialized a new vscode-extension.

This commit is contained in:
Juha Ristolainen
2017-03-17 10:48:33 +00:00
parent 25558c7930
commit 69f89cc4c4
13 changed files with 313 additions and 2 deletions

9
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,9 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
}
}