22 lines
653 B
JSON
22 lines
653 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"files.eol": "\n",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"eslint.workingDirectories": ["packages/api", "packages/shared", "packages/web"],
|
|
"chat.tools.terminal.enableAutoApprove": true,
|
|
"chat.tools.terminal.autoApprove": {
|
|
"/^npm run \\w+$/": {
|
|
"approve": true,
|
|
"matchCommandLine": true
|
|
},
|
|
"Get-Content": false,
|
|
"Select-String": false,
|
|
"Select-Object": false,
|
|
"echo": false
|
|
}
|
|
}
|