Files
mermaid-live-editor/.vscode/settings.json
T
2022-10-19 15:17:52 +05:30

10 lines
288 B
JSON

{
"editor.formatOnSave": true,
"cSpell.words": ["asyncable", "pako", "Serde", "serdes"],
"vitest.commandLine": "yarn test:unit",
"vitest.enable": true,
"testing.autoRun.mode": "rerun",
"svelte.enable-ts-plugin": true,
"githubPullRequests.ignoredPullRequestBranches": ["develop"]
}