1
0
resumarkdown/.vscode/settings.json
Nicola Clark 6985b11352
added a dev container
this is to make testing the backend more consistent with the actual runtime environment
2024-10-17 18:44:12 +00:00

26 lines
525 B
JSON

{
"cSpell.words": [
"devcontainers",
"doctypes",
"esbenp",
"rehype",
"resumarkdown",
"résumé",
"spacebar",
"tablist",
"testid",
"textbox"
],
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"svelte.enable-ts-plugin": true,
"[javascript][json][jsonc][typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
}
}