#(tsconfig.json) including a not existing folder breaks the tsserver
- Windows 10
- VSCode 1.7.1 | 1.8.0-insider
- Typescript 2.0.6 | 2.0.7 | 2.1.0-dev.20161107
- start visual studio code
- open Folder/Project: bug-tsconfig-include-notexistingfolder
- npm install
- open "./src/app.ts"
- check if intellisense is working => yes it's working
- close "./src/app.ts" (close all .ts or .tsx files)
- open "./src/app.ts"
- check if intellisense is working => nope its not
- add folder "./notexistingfolder"
- restart visual studio code
- no problems