2023-01-15 15:08:42 -06:00
|
|
|
{
|
2023-12-17 19:52:23 -06:00
|
|
|
"search.exclude": {
|
|
|
|
"**/node_modules": true
|
|
|
|
},
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"files.associations": {
|
|
|
|
"*.test.ts": "typescript"
|
|
|
|
},
|
|
|
|
"jest.jestCommandLine": "pnpm run jest",
|
2024-03-14 03:42:30 -05:00
|
|
|
"jest.runMode": "on-demand",
|
2023-12-17 19:52:23 -06:00
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll": "explicit"
|
|
|
|
},
|
2024-10-16 21:55:44 -05:00
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"rust-analyzer.linkedProjects": [
|
|
|
|
"yume-mods/nyuukyou/Cargo.toml",
|
2024-11-08 21:00:28 -06:00
|
|
|
"yume-mods/misskey-auto-deploy/Cargo.toml",
|
2024-10-16 21:55:44 -05:00
|
|
|
]
|
2023-12-17 19:52:23 -06:00
|
|
|
}
|