Compare commits
No commits in common. "9761f22f0ce32b2a9f4d7cf76aac1798c92ab063" and "86432635682e53bfc8c1978bb63912810d9aeff0" have entirely different histories.
9761f22f0c
...
8643263568
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"nixEnvSelector.suggestion": false,
|
||||
"files.associations": {
|
||||
"iostream": "cpp"
|
||||
}
|
||||
}
|
|
@ -32,14 +32,9 @@
|
|||
"nix.serverPath" = "${pkgs.nixd}/bin/nixd";
|
||||
"nix.formatterPath" = "${pkgs.nixfmt-classic}/bin/nixfmt";
|
||||
|
||||
"C_Cpp.clang_format_path" = "${pkgs.clang-tools}/bin/clang-format";
|
||||
"C_Cpp.clang_format_fallbackStyle" = "Microsoft";
|
||||
"clang-format.executable" = "${pkgs.clang-tools}/bin/clang-format";
|
||||
"clang-tidy.executable" = "${pkgs.clang-tools}/bin/clang-tidy";
|
||||
|
||||
"python.defaultInterpreterPath" = "${pkgs.python3Full}/bin/python";
|
||||
"[cpp]" = {
|
||||
"editor.defaultFormatter" = "xaver.clang-format";
|
||||
};
|
||||
};
|
||||
|
||||
materus.profile = {
|
||||
|
@ -62,13 +57,12 @@
|
|||
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
|
||||
vscode-marketplace.ms-python.debugpy
|
||||
|
||||
# CSharp
|
||||
vscode-marketplace.ms-dotnettools.csharp
|
||||
vscode-marketplace.ms-dotnettools.csdevkit
|
||||
|
@ -84,6 +78,7 @@
|
|||
|
||||
#Nix
|
||||
open-vsx.jnoortheen.nix-ide
|
||||
open-vsx.arrterian.nix-env-selector
|
||||
|
||||
#Web
|
||||
open-vsx.ecmel.vscode-html-css
|
||||
|
@ -112,7 +107,6 @@
|
|||
open-vsx.leonardssh.vscord
|
||||
open-vsx.ms-vscode.hexeditor
|
||||
open-vsx.alefragnani.project-manager
|
||||
vscode-marketplace.cantonios.project-templates
|
||||
|
||||
#Icons
|
||||
open-vsx.pkief.material-icon-theme
|
||||
|
|
Loading…
Reference in New Issue