add git & github settings (#11)
This commit is contained in:
Родитель
cbed4737e5
Коммит
ea36e65e64
|
@ -7,5 +7,12 @@
|
|||
"out": true // set this to false to include "out" folder in search results
|
||||
},
|
||||
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
|
||||
"typescript.tsc.autoDetect": "off"
|
||||
"typescript.tsc.autoDetect": "off",
|
||||
"git.branchProtection": [
|
||||
"main"
|
||||
],
|
||||
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
|
||||
"git.branchRandomName.enable": true,
|
||||
"githubPullRequests.assignCreated": "${user}",
|
||||
"githubPullRequests.defaultMergeMethod": "squash"
|
||||
}
|
Загрузка…
Ссылка в новой задаче