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.serverPath" = "${pkgs.nixd}/bin/nixd";
|
||||||
"nix.formatterPath" = "${pkgs.nixfmt-classic}/bin/nixfmt";
|
"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
|
open-vsx.twxs.cmake
|
||||||
vscode-extensions.ms-vscode.cpptools
|
vscode-extensions.ms-vscode.cpptools
|
||||||
vscode-marketplace.ms-vscode.cmake-tools
|
vscode-marketplace.ms-vscode.cmake-tools
|
||||||
|
open-vsx.xaver.clang-format
|
||||||
|
vscode-marketplace.cs128.cs128-clang-tidy
|
||||||
#Python
|
#Python
|
||||||
vscode-marketplace.ms-python.python
|
vscode-marketplace.ms-python.python
|
||||||
vscode-marketplace.ms-python.vscode-pylance
|
vscode-marketplace.ms-python.vscode-pylance
|
||||||
|
|
Loading…
Reference in New Issue