Skip to content

Commit

Permalink
Set git.branchProtectionPrompt
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Oct 18, 2022
1 parent 3014792 commit 8b323e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"git.branchProtection": ["main", "release*"],
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
"python.linting.enabled": false,
"python.testing.promptToConfigure": false,
Expand Down

0 comments on commit 8b323e9

Please sign in to comment.