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

[AWS CLI] Have an option to not include the AWS Toolkit extension. #1228

Open
jifalops opened this issue Dec 20, 2024 · 1 comment
Open

[AWS CLI] Have an option to not include the AWS Toolkit extension. #1228

jifalops opened this issue Dec 20, 2024 · 1 comment

Comments

@jifalops
Copy link

The AWS toolkit extension adds about 2.5 seconds to startup and I don't use it.

I've uninstalled it countless times.

I'm using an image from Dockerhub that I built with the devcontainer CLI but it still picks up the extension when in a devcontainer. That is awesome but it made it hard to figure out why it kept getting installed.

@skyfenton
Copy link

It would be nice if this was more "opt-in" than "opt-out", but vscode does let you specify extensions you want to opt out of in your devcontainer config by prefixing its name with "-".

Ex.

"customizations": {
	"vscode": {
		"extensions": [
			"-AmazonWebServices.aws-toolkit-vscode",
		]
	}
}

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

2 participants