Skip to content

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

Merged
Sheetal Nandi (sheetalkamat) merged 2 commits into
masterfrom
configuredProjectRef
Oct 18, 2017
Merged

Handle the configured project lifetime to account for files added to the project after config file gets reloaded#19138
Sheetal Nandi (sheetalkamat) merged 2 commits into
masterfrom
configuredProjectRef

Conversation

@sheetalkamat

@sheetalkamatSheetal Nandi (sheetalkamat) commented Oct 12, 2017

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

Mohamed Hegazy (@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
Sheetal Nandi (sheetalkamat) deleted the configuredProjectRef branch October 18, 2017 21:23
@microsoftMicrosoft (microsoft) locked and limited conversation to collaborators Jun 14, 2018
Sign up for freeto 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

@sheetalkamat@mhegazy