10 lines
330 B
JSON
10 lines
330 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"cSpell.words": ["asyncable", "KROKI", "mindmap", "pako", "Serde", "serdes", "tailwindcss"],
|
|
"vitest.commandLine": "yarn test:unit",
|
|
"vitest.enable": true,
|
|
"testing.autoRun.mode": "rerun",
|
|
"svelte.enable-ts-plugin": true,
|
|
"githubPullRequests.ignoredPullRequestBranches": ["develop"]
|
|
}
|