tuning Visual Studio Code support
This commit is contained in:
Родитель
94aa53ccab
Коммит
6d0ad05d94
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче