vscodium: enable copilot chat
Some checks are pending
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run

This commit is contained in:
Felix Buehler 2026-02-01 21:39:48 +01:00
parent 1ec9110964
commit ff6d6ce2a3

View file

@ -18,5 +18,6 @@
"window.commandCenter": true, "window.commandCenter": true,
"workbench.iconTheme": "material-icon-theme", "workbench.iconTheme": "material-icon-theme",
"git.openRepositoryInParentFolders": "always", "git.openRepositoryInParentFolders": "always",
"git.mergeEditor": true "git.mergeEditor": true,
"chat.disableAIFeatures": false
} }