Files
mermaid-live-editor/.vscode/settings.json
T

20 lines
394 B
JSON

{
"editor.formatOnSave": true,
"cSpell.words": [
"asyncable",
"Browserslist",
"corg",
"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"]
}