added vscodium cmake setting
This commit is contained in:
parent
1a321840fd
commit
a20e1372d2
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"[nix]"."editor.tabSize" = 2;
|
"[nix]"."editor.tabSize" = 2;
|
||||||
"explorer.confirmDragAndDrop" = false;
|
"explorer.confirmDragAndDrop" = false;
|
||||||
|
"cmake.showOptionsMovedNotification" = false;
|
||||||
};
|
};
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
# System
|
# System
|
||||||
|
|
Loading…
Add table
Reference in a new issue