8 lines
178 B
JSON
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"
|
|
}
|