1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-22 18:21:58 +01:00

feat: add new options to vscode

This commit is contained in:
Thomas Boerger 2023-01-20 15:13:41 +01:00
parent ed4a26070b
commit 46bcd9d1e9
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -35,6 +35,9 @@ in
"[vue]" = {
"editor.defaultFormatter" = "octref.vetur";
};
"[python]" = {
"editor.formatOnType" = true;
};
};
extensions = with pkgs.vscode-extensions; [