Closed
Description
intellisense, hover, etc are not working in visual studio code if a not existing folder is included by tsconfig.json
example project:
https://github.com/T-Wolff/bug-tsconfig-include-notexistingfolder
- 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 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