Files
mermaid-live-editor/.vscode/settings.json
T
2022-08-29 21:56:26 +05:30

8 lines
178 B
JSON

{
"editor.formatOnSave": true,
"cSpell.words": ["pako", "Serde", "serdes"],
"vitest.commandLine": "yarn test:unit",
"vitest.enable": true,
"testing.autoRun.mode": "rerun"
}