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.
9 lines
453 B
JSON
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"]
|
|
}
|