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

VSCode Bug with Devcontainers - High CPU Usage on ARM Macs #35

Open
dbarrous opened this issue Jul 27, 2023 · 0 comments
Open

VSCode Bug with Devcontainers - High CPU Usage on ARM Macs #35

dbarrous opened this issue Jul 27, 2023 · 0 comments

Comments

@dbarrous
Copy link
Member

There has been a reported bug since the September 2022 release of VS Code where on some ARM Mac machines, there seems to be an extremely long time trying to verify extension signatures, causing high CPU usage.

Issue to Watch - microsoft/vscode#174632

A temporary solution until VS Code fixes it is to add this to your manually .devcontainer:

{
	"name": "foobar",
	"customizations": {
		"vscode": {
			"settings": {
				"extensions.verifySignature": false
			}
		}
	}
}

Not adding this to the .devcontainer since not verifying signatures as default is a bad idea.

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

No branches or pull requests

1 participant