From 6d0ad05d94acae62e7b6d5386ef52bbd16f7f0ab Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 29 Apr 2015 20:54:38 -0700 Subject: [PATCH] tuning Visual Studio Code support --- .settings/settings.json | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .settings/settings.json diff --git a/.settings/settings.json b/.settings/settings.json new file mode 100644 index 00000000..7681d21d --- /dev/null +++ b/.settings/settings.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 4a88b384..53990bc9 100644 --- a/README.md +++ b/README.md @@ -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