showbits/.vscode/settings.json
Joscha 14a0596a25 Simplify font setup
Now, when I update the unifont files, I only need to change files in the
showbits-assets crate and update the CSS in the UI. I no longer have to
remember to update any symlinks.
2025-03-03 20:32:16 +01:00

9 lines
453 B
JSON

{
"[fish]": { "editor.defaultFormatter": "bmalehorn.vscode-fish" },
"[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer" },
"[toml]": { "editor.defaultFormatter": "tamasfe.even-better-toml" },
"[typst]": { "editor.defaultFormatter": "myriad-dreamin.tinymist" },
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.workingDirectories": ["showbits-thermal-printer-ui"],
"tinymist.fontPaths": ["showbits-assets/fonts"]
}