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

Handle the configured project lifetime to account for files added to the project after config file gets reloaded #19138

Merged
merged 2 commits into from
Oct 18, 2017

Conversation

sheetalkamat
Copy link
Member

@sheetalkamat sheetalkamat commented Oct 12, 2017

With earlier approach of adding open ref to the configured project while just opening the file, we can go out of sync pretty easily when configured project is updated to contain more/less of open files.
Switched to using the knowledge of open files and their relation to configured project to manage configured project's life time

@sheetalkamat
Copy link
Member Author

@mhegazy can you please take a look. Without this fix there is potential to have open file, whose project (config file based) gets removed prematurely.

@sheetalkamat sheetalkamat merged commit f592419 into master Oct 18, 2017
@sheetalkamat sheetalkamat deleted the configuredProjectRef branch October 18, 2017 21:23
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 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.

2 participants