Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(tsconfig.json) including a not existing folder breaks the tsserver #12087

Closed
tillwolff opened this issue Nov 7, 2016 · 2 comments · Fixed by #12091
Closed

(tsconfig.json) including a not existing folder breaks the tsserver #12087

tillwolff opened this issue Nov 7, 2016 · 2 comments · Fixed by #12091
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@tillwolff
Copy link

tillwolff commented Nov 7, 2016

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
  1. start visual studio code
  2. open Folder/Project: bug-tsconfig-include-notexistingfolder
  3. npm install
  4. open "./src/app.ts"
  5. check if intellisense is working => yes it's working
  6. close all .ts or .tsx files
  7. open "./src/app.ts"
  8. check if intellisense is working => nope its not
  9. add folder "./notexistingfolder"
  10. restart visual studio code
  11. no problems
@mhegazy mhegazy added the Bug A bug in TypeScript label Nov 7, 2016
@mhegazy mhegazy added this to the TypeScript 2.1.2 milestone Nov 7, 2016
@mhegazy
Copy link
Contributor

mhegazy commented Nov 7, 2016

@zhengbli cna you take a look.

@vladima vladima assigned vladima and unassigned zhengbli Nov 7, 2016
@vladima vladima added the Fixed A PR has been merged for this issue label Nov 7, 2016
@Tragetaschen
Copy link

Sweet, thanks!

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants