tuning Visual Studio Code support

This commit is contained in:
Peli de Halleux 2015-04-29 20:54:38 -07:00
Родитель 94aa53ccab
Коммит 6d0ad05d94
2 изменённых файлов: 13 добавлений и 1 удалений

12
.settings/settings.json Normal file
Просмотреть файл

@ -0,0 +1,12 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.formatOnType": true,
"search.excludeFolders": [
".git",
"node_modules",
"bower_components",
"build",
"temp",
"shell/npm"
]
}

Просмотреть файл

@ -132,7 +132,7 @@ jake clean
You can use your favorite editor to edit the TypeScript file. Here are a couple tips:
* Visual Studio 2013+: open the ``vs.sln``, then open the ``vsrefs.ts`` file to open the repo as a virtual folder.
* [Visual Studio Code](https://code.visualstudio.com/), cross platform editor for TypeScript. Simply open the folder in Code.
* Atom: there are a number of packages that will give you TypeScript coloring
## Documentation