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

[markers] add a way to prune stale markers #1031

Closed
JanKoehnlein opened this issue Jan 5, 2018 · 2 comments
Closed

[markers] add a way to prune stale markers #1031

JanKoehnlein opened this issue Jan 5, 2018 · 2 comments
Labels
markers issues related to problem markers

Comments

@JanKoehnlein
Copy link
Contributor

I am switching between different Theia apps a lot. On each start, Theia reads the persisted markers from local storage. In my case these often refer to a completely different workspace and Theia app, so the neither the referred files nor the marker types exist in the current instance. The only way I found to get rid of the stale markers is to clear the local storage in the developer tools of Chrome. This should be improved.

@svenefftinge
Copy link
Contributor

The root cause for this is #904

@marcdumais-work marcdumais-work added the markers issues related to problem markers label Jun 14, 2018
@vince-fugnitto
Copy link
Member

fixed since markers are no longer kept in local storage #2316

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

No branches or pull requests

4 participants