-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Run code server task gets recreated #158886
Comments
This should not be happening, but also don't believe this kind of task should be persisted, so will be fixed when #158790 is |
were you able to reproduce the issue with a build task? |
@meganrogge no, the issue only occurred for the "Run Code Server" task. The build task and all the others I tried worked fine. |
likely /closedWith 95e0f54 |
the persistent task's map key and the one before reload are diff't 🤔 |
|
* fix #158886 * Update src/vs/workbench/contrib/terminal/test/browser/links/terminalLocalLinkDetector.test.ts
Testing #158787
Observe: a task shows up:
Observe: another "Run Code Server" shows up:
The text was updated successfully, but these errors were encountered: