mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-22 20:23:08 +02:00
設定を付けた & 設定自体をフォーマット (#12693)
This commit is contained in:
parent
67824cfc89
commit
24261f6eb3
1 changed files with 14 additions and 10 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
@ -7,5 +7,9 @@
|
||||||
"*.test.ts": "typescript"
|
"*.test.ts": "typescript"
|
||||||
},
|
},
|
||||||
"jest.jestCommandLine": "pnpm run jest",
|
"jest.jestCommandLine": "pnpm run jest",
|
||||||
"jest.autoRun": "off"
|
"jest.autoRun": "off",
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll": "explicit"
|
||||||
|
},
|
||||||
|
"editor.formatOnSave": false
|
||||||
}
|
}
|
Loading…
Reference in a new issue