Add .vscode profile for easier contributions #536
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/536/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
This adds a
.vscode
folder with recommended extensions and some useful settings like unittest schema validation.The
.vscode
folder is already helm ignored during packaging.Possible drawbacks
We would have to be careful about PR changes in that directory.