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

[TSServer] missing tsconfig.json(s) included in the msbuild content list impacts LS features #12093

Closed
jramsay opened this issue Nov 7, 2016 · 0 comments · Fixed by #12094
Closed
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@jramsay
Copy link
Member

jramsay commented Nov 7, 2016

If a tsconfig.json is present in the list of msbuild content files but the file doesn't actually exist TSServer throws a missing file exception and LS features stop working.

missing tsconfig

Discussed with @vladima - we need to add a check to see if the tsconfig.json file actually exists before adding it to the list of tsConfigFiles in openExternalProjects.

@jramsay jramsay added the Bug A bug in TypeScript label Nov 7, 2016
@jramsay jramsay self-assigned this Nov 7, 2016
@vladima vladima added the Fixed A PR has been merged for this issue label Nov 7, 2016
@mhegazy mhegazy added this to the TypeScript 2.1.2 milestone Nov 8, 2016
@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.

3 participants