Add branch protection settings (#149437)

This commit is contained in:
Ladislau Szomoru 2022-05-13 14:15:14 +02:00 committed by GitHub
parent d337ac7e32
commit 3b4fb8e3b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,11 @@
}
],
"git.ignoreLimitWarning": true,
"git.branchProtection": [
"main",
"release/*"
],
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
"git.branchRandomName.enable": true,
"remote.extensionKind": {
"msjsdiag.debugger-for-chrome": "workspace"