We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeda5c commit 40fa14dCopy full SHA for 40fa14d
.vscode/settings.json
@@ -18,5 +18,10 @@
18
"[typescriptreact]": {
19
"editor.defaultFormatter": "vscode.typescript-language-features",
20
},
21
- "editor.insertSpaces": false
+ "editor.insertSpaces": false,
22
+ "git.branchProtection": [
23
+ "main",
24
+ ],
25
+ "git.branchProtectionPrompt": "alwaysCommitToNewBranch",
26
+ "git.branchRandomName.enable": true,
27
}
0 commit comments