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

remove subscription to IWorkspaceCacheService from non host workspace. #3560

Merged
merged 1 commit into from
Jun 17, 2015

Conversation

heejaechang
Copy link
Contributor

IWorkspaceCacheService is non-factory MEF workspace service which means it leaves forever. so anything subscribed to it will live forever as well.

this made some temporary workspace to live longer than expected.

IWorkspaceCacheService is non-factory MEF workspace service which means it leaves forever. so anything subscribed to it will live forever as well.

this made some temporary workspace to live longer than expected.
@heejaechang
Copy link
Contributor Author

I am checking this in to fix BasicDebuggerIntellisense test.

heejaechang added a commit that referenced this pull request Jun 17, 2015
remove subscription to IWorkspaceCacheService from non host workspace.
@heejaechang heejaechang merged commit 77cc52a into dotnet:master Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants