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

New references don't work until project is reloaded #42

Open
ecraig12345 opened this issue Mar 24, 2015 · 1 comment
Open

New references don't work until project is reloaded #42

ecraig12345 opened this issue Mar 24, 2015 · 1 comment

Comments

@ecraig12345
Copy link

When I add a new /// <reference path="whatever.d.ts"> in a file, I get an error marker, and the error is File '/path/to/whatever.d.ts' not found. The error goes away when I reload the project. It seems like reference changes like this should be detected automatically rather than the user needing to manually reload the project. Or at least it's something to consider--I can also see reasons why it wouldn't be such a good idea, like the fact that loading takes a long time for large projects (and blocks all other operations...something else to look at?).

@Phaiax
Copy link
Owner

Phaiax commented Mar 24, 2015

i know, but I hope that typescript itself will solve this in near future. If this does not happen, I will implement this functionality by myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants