added vscodium cmake setting

This commit is contained in:
willifan 2024-05-23 18:41:17 +02:00
parent 1a321840fd
commit a20e1372d2

View file

@ -9,6 +9,7 @@
userSettings = {
"[nix]"."editor.tabSize" = 2;
"explorer.confirmDragAndDrop" = false;
"cmake.showOptionsMovedNotification" = false;
};
extensions = with pkgs.vscode-extensions; [
# System
@ -56,4 +57,4 @@
];
};
};
}
}