Update VSCode settings.
This commit is contained in:
parent
719b6865fc
commit
8fdeb6dc1a
|
@ -1,19 +1,25 @@
|
||||||
arrterian.nix-env-selector
|
arrterian.nix-env-selector
|
||||||
astro-build.astro-vscode
|
astro-build.astro-vscode
|
||||||
|
bierner.markdown-mermaid
|
||||||
|
bpruitt-goddard.mermaid-markdown-syntax-highlighting
|
||||||
brunnerh.insert-unicode
|
brunnerh.insert-unicode
|
||||||
Catppuccin.catppuccin-vsc
|
catppuccin.catppuccin-vsc
|
||||||
Catppuccin.catppuccin-vsc-icons
|
catppuccin.catppuccin-vsc-icons
|
||||||
denoland.vscode-deno
|
denoland.vscode-deno
|
||||||
|
dongfg.vscode-beancount-formatter
|
||||||
eamodio.gitlens
|
eamodio.gitlens
|
||||||
EdwinKofler.vscode-assorted-languages
|
edwinkofler.vscode-assorted-languages
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
jock.svg
|
jock.svg
|
||||||
|
lencerf.beancount
|
||||||
|
mechatroner.rainbow-csv
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
|
myriad-dreamin.tinymist
|
||||||
nvarner.typst-lsp
|
nvarner.typst-lsp
|
||||||
oven.bun-vscode
|
oven.bun-vscode
|
||||||
ozaki.markdown-github-dark
|
ozaki.markdown-github-dark
|
||||||
pinage404.nix-extension-pack
|
pinage404.nix-extension-pack
|
||||||
ritwickdey.LiveServer
|
ritwickdey.liveserver
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
samverschueren.linter-xo
|
samverschueren.linter-xo
|
||||||
serayuzgur.crates
|
serayuzgur.crates
|
||||||
|
|
|
@ -113,11 +113,22 @@
|
||||||
"typescript",
|
"typescript",
|
||||||
"typescriptreact"
|
"typescriptreact"
|
||||||
],
|
],
|
||||||
|
// Tinymist Typst (ID: myriad-dreamin.tinymist)
|
||||||
|
"tinymist.formatterMode": "typstyle",
|
||||||
|
"tinymist.exportPdf": "never",
|
||||||
|
// Beancount (ID: Lencerf.beancount)
|
||||||
|
"beancount.runFavaOnActivate": true,
|
||||||
|
// Beancount Formatter (ID: dongfg.vscode-beancount-formatter)
|
||||||
|
"beancountFormatter.currencyColumn": 80,
|
||||||
/* Language-specific overrides. */
|
/* Language-specific overrides. */
|
||||||
"[astro]": {
|
"[astro]": {
|
||||||
"editor.defaultFormatter": "samverschueren.linter-xo",
|
"editor.defaultFormatter": "samverschueren.linter-xo",
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
},
|
},
|
||||||
|
"[beancount]": {
|
||||||
|
"editor.rulers": [79],
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
"[html]": {
|
"[html]": {
|
||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
"editor.defaultFormatter": "vscode.html-language-features"
|
"editor.defaultFormatter": "vscode.html-language-features"
|
||||||
|
@ -168,7 +179,7 @@
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
},
|
},
|
||||||
"[typst]": {
|
"[typst]": {
|
||||||
"editor.defaultFormatter": "nvarner.typst-lsp",
|
"editor.defaultFormatter": "myriad-dreamin.tinymist",
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
},
|
},
|
||||||
"[xml]": {
|
"[xml]": {
|
||||||
|
|
Loading…
Reference in New Issue