add vscodium c extention settings

This commit is contained in:
Frost-Phoenix 2023-12-23 22:37:45 +01:00
parent b32abedf87
commit 1c23f27a75

View file

@ -32,6 +32,8 @@
"editor.minimap.enabled" = false;
"workbench.startupEditor" = "none";
"editor.formatOnType" = true;
"workbench.layoutControl.type" = "menu";
"workbench.editor.limit.enabled" = true;
"workbench.editor.limit.value" = 5;