We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d30dd4 commit 86e5771Copy full SHA for 86e5771
.vscode/settings.json
@@ -7,9 +7,7 @@
7
"[toml]": {
8
"editor.defaultFormatter": "tamasfe.even-better-toml"
9
},
10
- "git.branchProtection": [
11
- "main",
12
- "release/*"
13
- ],
14
- "git.branchProtectionPrompt": "alwaysCommitToNewBranch"
15
-}
+ "git.branchProtection": ["main", "release/*"],
+ "git.branchProtectionPrompt": "alwaysCommitToNewBranch",
+ "git.branchRandomName.enable": true
+}
0 commit comments