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

EOL feature problems don't update when the file is moved #9023

Closed
Tracked by #9044
alexr00 opened this issue Sep 26, 2023 · 3 comments
Closed
Tracked by #9044

EOL feature problems don't update when the file is moved #9023

alexr00 opened this issue Sep 26, 2023 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers verified Verification succeeded

Comments

@alexr00
Copy link
Member

alexr00 commented Sep 26, 2023

Testing #9020

  1. Open an empty folder
  2. Add a .devcontainer.json file:
{
	"image":"mcr.microsoft.com/devcontainers/typescript-node:0-20",
	"features": {
		"fish": "latest",
		"homebrew": "latest",
		"git": "latest"
	}
}
  1. Note the 2 errors in the problems panel.
  2. Make a folder .devcontainer in the explorer and drag .devcontainer.json into it
  3. Now you have 4 errors, 2 of which are for a file that no longer exists
image
@chrmarti chrmarti added bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers labels Sep 26, 2023
@chrmarti chrmarti added this to the September 2023 milestone Sep 26, 2023
@andreamah andreamah added verified Verification succeeded and removed verified Verification succeeded labels Sep 27, 2023
@rzhao271 rzhao271 added the verified Verification succeeded label Sep 28, 2023
@rzhao271
Copy link

Still repros on v0.314.0

@rzhao271 rzhao271 added unreleased verification-found Issue verification failed verified Verification succeeded and removed verified Verification succeeded unreleased verification-found Issue verification failed labels Sep 28, 2023
@rzhao271
Copy link

rzhao271 commented Sep 28, 2023

nvm it's good—the filename is updated properly
I get duplicate errors, though
Duplicate problems in the Problems view

@protection6 protection6 mentioned this issue Sep 29, 2023
@chrmarti
Copy link
Contributor

Duplicate warnings are currently expected and tracked as #9024. Thanks.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants