eternal-flame-AD
616ec50435
Some checks failed
Test (production install and build) / production (20.16.0) (pull_request) Successful in 1m17s
Publish Docker image / Build (pull_request) Successful in 4m30s
Test (production install and build) / production (20.16.0) (push) Successful in 1m18s
Publish Docker image / Build (push) Has been cancelled
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
19 lines
450 B
JSON
19 lines
450 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,
|
|
"rust-analyzer.linkedProjects": [
|
|
"yume-mods/nyuukyou/Cargo.toml",
|
|
"yume-mods/misskey-auto-deploy/Cargo.toml",
|
|
]
|
|
}
|