microsoft / microsoft/vscode-remote-release
Opening EOL errors that show when opening the folder results in 2x the errors
Open
@chrmarti is already working on this.
Since Sep 26, 2023.
bug
containers
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Testing #9020
- Have .devcontainer\example\devcontainer.json with
{
"image":"mcr.microsoft.com/devcontainers/typescript-node:0-20",
"features": {
"fish": "latest",
"homebrew": "latest",
"git": "latest"
}
}
- Open the folder that contains the above in VS Code
- ✅see that there are 2 errors about EOL features in the Problems view even though there are no files open
- Click on one of the problems
- The problems are now duplicated
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.