Old-materusPC: vscode settings 2
This commit is contained in:
parent
5550ce20e7
commit
8643263568
|
@ -32,6 +32,8 @@
|
|||
"nix.serverPath" = "${pkgs.nixd}/bin/nixd";
|
||||
"nix.formatterPath" = "${pkgs.nixfmt-classic}/bin/nixfmt";
|
||||
|
||||
"clang-format.executable" = "${pkgs.clang-tools}/bin/clang-format";
|
||||
"clang-tidy.executable" = "${pkgs.clang-tools}/bin/clang-tidy";
|
||||
|
||||
};
|
||||
|
||||
|
@ -55,6 +57,8 @@
|
|||
open-vsx.twxs.cmake
|
||||
vscode-extensions.ms-vscode.cpptools
|
||||
vscode-marketplace.ms-vscode.cmake-tools
|
||||
open-vsx.xaver.clang-format
|
||||
vscode-marketplace.cs128.cs128-clang-tidy
|
||||
#Python
|
||||
vscode-marketplace.ms-python.python
|
||||
vscode-marketplace.ms-python.vscode-pylance
|
||||
|
|
Loading…
Reference in New Issue