1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-04 13:30:17 -06:00
paricafe/.vscode/settings.json

15 lines
330 B
JSON

{
"search.exclude": {
"**/node_modules": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.test.ts": "typescript"
},
"jest.jestCommandLine": "pnpm run jest",
"jest.runMode": "on-demand",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": false
}