We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd86c96 commit 799f7b7Copy full SHA for 799f7b7
.vscode/settings.json
@@ -28,5 +28,6 @@
28
"python-envs.defaultEnvManager": "ms-python.python:venv",
29
"python-envs.pythonProjects": [],
30
"git.branchRandomName.enable": true,
31
- "git.branchProtection": ["main"]
+ "git.branchProtection": ["main"],
32
+ "git.branchProtectionPrompt": "alwaysCommitToNewBranch"
33
}
0 commit comments