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:
parent
ed4a26070b
commit
46bcd9d1e9
@ -35,6 +35,9 @@ in
|
||||
"[vue]" = {
|
||||
"editor.defaultFormatter" = "octref.vetur";
|
||||
};
|
||||
"[python]" = {
|
||||
"editor.formatOnType" = true;
|
||||
};
|
||||
};
|
||||
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
|
Loading…
Reference in New Issue
Block a user