refactor: remove obsolete configuration file, update flake.lock, and modify package list

This commit is contained in:
2025-02-10 12:43:10 +01:00
parent 7093779d4a
commit bf1e867923
5 changed files with 15 additions and 13 deletions

View File

@@ -4,10 +4,7 @@
"editor.fontFamily": "Hack Nerd Font",
"terminal.integrated.fontFamily": "Hack Nerd Font",
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": false
"*": true
},
"git.autofetch": true,
"workbench.iconTheme": "vscode-icons",
@@ -64,5 +61,6 @@
},
"go.toolsManagement.autoUpdate": true,
"redhat.telemetry.enabled": false,
"makefile.configureOnOpen": false
"makefile.configureOnOpen": false,
"workbench.colorTheme": "Default Light+"
}