mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Adds main-* to git.branchProtection to support worktree scenarios with multiple main branches (#283606)
(see https://github.com/microsoft/vscode/issues/283598)
This commit is contained in:
committed by
GitHub
parent
2d334f1bca
commit
ccd324da40
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -131,6 +131,7 @@
|
|||||||
"git.ignoreLimitWarning": true,
|
"git.ignoreLimitWarning": true,
|
||||||
"git.branchProtection": [
|
"git.branchProtection": [
|
||||||
"main",
|
"main",
|
||||||
|
"main-*",
|
||||||
"distro",
|
"distro",
|
||||||
"release/*"
|
"release/*"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user