Phase 5 cleanup
This commit is contained in:
parent
5536acd67d
commit
76a516a417
136 changed files with 6322 additions and 1985 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"files.eol": "\n",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
|
|
@ -9,6 +10,13 @@
|
|||
"eslint.workingDirectories": ["packages/api", "packages/shared", "packages/web"],
|
||||
"chat.tools.terminal.enableAutoApprove": true,
|
||||
"chat.tools.terminal.autoApprove": {
|
||||
"/^npm run \\w+$/": true
|
||||
"/^npm run \\w+$/": {
|
||||
"approve": true,
|
||||
"matchCommandLine": true
|
||||
},
|
||||
"Get-Content": false,
|
||||
"Select-String": false,
|
||||
"Select-Object": false,
|
||||
"echo": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue