Compare commits
2 Commits
8643263568
...
9761f22f0c
Author | SHA1 | Date |
---|---|---|
Mateusz Słodkowicz | 9761f22f0c | |
Mateusz Słodkowicz | b6dbd01553 |
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"nixEnvSelector.suggestion": false,
|
||||
"files.associations": {
|
||||
"iostream": "cpp"
|
||||
}
|
||||
}
|
|
@ -32,9 +32,14 @@
|
|||
"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";
|
||||
"C_Cpp.clang_format_path" = "${pkgs.clang-tools}/bin/clang-format";
|
||||
"C_Cpp.clang_format_fallbackStyle" = "Microsoft";
|
||||
"clang-tidy.executable" = "${pkgs.clang-tools}/bin/clang-tidy";
|
||||
|
||||
"python.defaultInterpreterPath" = "${pkgs.python3Full}/bin/python";
|
||||
"[cpp]" = {
|
||||
"editor.defaultFormatter" = "xaver.clang-format";
|
||||
};
|
||||
};
|
||||
|
||||
materus.profile = {
|
||||
|
@ -57,12 +62,13 @@
|
|||
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
|
||||
|
@ -78,7 +84,6 @@
|
|||
|
||||
#Nix
|
||||
open-vsx.jnoortheen.nix-ide
|
||||
open-vsx.arrterian.nix-env-selector
|
||||
|
||||
#Web
|
||||
open-vsx.ecmel.vscode-html-css
|
||||
|
@ -107,6 +112,7 @@
|
|||
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