Skip to content

Commit f0aba5f

Browse files
committed
fix: disable editor's git branch protection
1 parent e29f32e commit f0aba5f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
},
1111
"files.associations": {
1212
"*.inc": "cpp"
13-
},
14-
"git.branchProtection": ["main", "release/*"],
15-
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
16-
"git.branchRandomName.enable": true
13+
}
1714
}

0 commit comments

Comments
 (0)