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

Add directory watcher in inferred projects #4468

Closed
wants to merge 2 commits into from

Conversation

zhengbli
Copy link
Contributor

This PR added directory watchers in inferred projects to detect the addition of tsconfig.json in the future. This fixes the workaround for issue #3244.

@zhengbli zhengbli force-pushed the addTsconfigDirWatcher branch from e8ca5f1 to ed931d4 Compare September 23, 2015 21:09
@@ -569,6 +609,21 @@ namespace ts.server {
createInferredProject(root: ScriptInfo) {
var iproj = new Project(this);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can you rename this to a more readable "inferredProject" or just "project"

@mhegazy
Copy link
Contributor

mhegazy commented Sep 29, 2015

as we talked offline, closing this in favor of a PR addressing #4643 instead.

@mhegazy mhegazy closed this Sep 29, 2015
@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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants