設定を付けた & 設定自体をフォーマット (#12693)

This commit is contained in:
ikasoba 2023-12-18 10:52:23 +09:00 committed by GitHub
parent 67824cfc89
commit 24261f6eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 10 deletions

View File

@ -7,5 +7,9 @@
"*.test.ts": "typescript"
},
"jest.jestCommandLine": "pnpm run jest",
"jest.autoRun": "off"
"jest.autoRun": "off",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": false
}