mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +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.branchProtection": [
|
||||
"main",
|
||||
"main-*",
|
||||
"distro",
|
||||
"release/*"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user