vscode: add even-better-toml extension

This commit is contained in:
Veneficium 2024-10-11 15:34:11 +02:00
parent cd7b9191bb
commit b8c3fefcbd

View file

@ -30,6 +30,7 @@
++ (with pkgs.open-vsx; [ ++ (with pkgs.open-vsx; [
jeanp413.open-remote-ssh jeanp413.open-remote-ssh
antfu.unocss antfu.unocss
tamasfe.even-better-toml
]); ]);
userSettings = builtins.fromJSON (builtins.readFile ./settings.json); userSettings = builtins.fromJSON (builtins.readFile ./settings.json);