microsoft / microsoft/vscode-remote-release

Opening EOL errors that show when opening the folder results in 2x the errors

Open
#9,024 1 comment 1 reaction 1 assignee View on GitHub

@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

  1. Have .devcontainer\example\devcontainer.json with
{
	"image":"mcr.microsoft.com/devcontainers/typescript-node:0-20",
	"features": {
		"fish": "latest",
		"homebrew": "latest",
		"git": "latest"
	}
}
  1. Open the folder that contains the above in VS Code
  2. ✅see that there are 2 errors about EOL features in the Problems view even though there are no files open
  3. Click on one of the problems
  4. The problems are now duplicated
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.