Old-materusPC: vscode settings 3

This commit is contained in:
Mateusz Słodkowicz 2024-11-01 22:26:09 +01:00
parent 8643263568
commit b6dbd01553
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
2 changed files with 8 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"nixEnvSelector.suggestion": false
}

View File

@ -35,6 +35,8 @@
"clang-format.executable" = "${pkgs.clang-tools}/bin/clang-format"; "clang-format.executable" = "${pkgs.clang-tools}/bin/clang-format";
"clang-tidy.executable" = "${pkgs.clang-tools}/bin/clang-tidy"; "clang-tidy.executable" = "${pkgs.clang-tools}/bin/clang-tidy";
"python.defaultInterpreterPath"= "${pkgs.python3Full}/bin/python";
}; };
materus.profile = { materus.profile = {
@ -59,10 +61,12 @@
vscode-marketplace.ms-vscode.cmake-tools vscode-marketplace.ms-vscode.cmake-tools
open-vsx.xaver.clang-format open-vsx.xaver.clang-format
vscode-marketplace.cs128.cs128-clang-tidy 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
vscode-marketplace.ms-python.debugpy vscode-marketplace.ms-python.debugpy
# CSharp # CSharp
vscode-marketplace.ms-dotnettools.csharp vscode-marketplace.ms-dotnettools.csharp
vscode-marketplace.ms-dotnettools.csdevkit vscode-marketplace.ms-dotnettools.csdevkit
@ -78,7 +82,6 @@
#Nix #Nix
open-vsx.jnoortheen.nix-ide open-vsx.jnoortheen.nix-ide
open-vsx.arrterian.nix-env-selector
#Web #Web
open-vsx.ecmel.vscode-html-css open-vsx.ecmel.vscode-html-css
@ -107,6 +110,7 @@
open-vsx.leonardssh.vscord open-vsx.leonardssh.vscord
open-vsx.ms-vscode.hexeditor open-vsx.ms-vscode.hexeditor
open-vsx.alefragnani.project-manager open-vsx.alefragnani.project-manager
vscode-marketplace.cantonios.project-templates
#Icons #Icons
open-vsx.pkief.material-icon-theme open-vsx.pkief.material-icon-theme