Skip to content

Commit 86e5771

Browse files
authored
Update VSCode settings to enable random branch naming (#308)
1 parent 1d30dd4 commit 86e5771

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.vscode/settings.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"[toml]": {
88
"editor.defaultFormatter": "tamasfe.even-better-toml"
99
},
10-
"git.branchProtection": [
11-
"main",
12-
"release/*"
13-
],
14-
"git.branchProtectionPrompt": "alwaysCommitToNewBranch"
15-
}
10+
"git.branchProtection": ["main", "release/*"],
11+
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
12+
"git.branchRandomName.enable": true
13+
}

0 commit comments

Comments
 (0)