aws-toolkit-vscode icon indicating copy to clipboard operation
aws-toolkit-vscode copied to clipboard

fix(settings): allow user to skip isValid startup check

Open BapRx opened this issue 1 year ago • 1 comments

Problem

#4043

Solution

Add a user setting to skip this check

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

BapRx avatar Nov 18 '23 11:11 BapRx

See https://github.com/aws/aws-toolkit-vscode/issues/4043#issuecomment-1823008719

Is it not expected for vscode extensions to update their settings?

Instead of adding a new setting I would suggest that we store a globalState flag.

justinmk3 avatar Nov 22 '23 15:11 justinmk3

I assume this is no longer needed since https://github.com/aws/aws-toolkit-vscode/pull/4474

justinmk3 avatar Apr 10 '24 18:04 justinmk3