Skip to content

Commit

Permalink
設定を付けた & 設定自体をフォーマット (misskey-dev#12693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikasoba authored Dec 18, 2023
1 parent 67824cf commit 24261f6
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"search.exclude": {
"**/node_modules": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.test.ts": "typescript"
},
"jest.jestCommandLine": "pnpm run jest",
"jest.autoRun": "off"
}
"search.exclude": {
"**/node_modules": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.test.ts": "typescript"
},
"jest.jestCommandLine": "pnpm run jest",
"jest.autoRun": "off",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": false
}

0 comments on commit 24261f6

Please sign in to comment.