Refactor Copilot settings for improved configuration; remove unnecessary extension and update kernel package settings for performance enhancements

This commit is contained in:
2025-07-23 17:16:22 -03:00
parent d4d1e0a5d4
commit e8599dd250
4 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,9 @@
# Enable Copilot Next Edit Suggestions
"github.copilot.nextEditSuggestions.enabled" = true;
# Other useful Copilot settings
"github.copilot.enable" = true;
"github.copilot.enable" = {
"*" = true;
};
"github.copilot.inlineSuggest.enable" = true;
"github.copilot.advanced" = {
"inlineSuggest.enableAutoTrigger" = true;

View File

@@ -25,7 +25,6 @@
"usernamehw.errorlens"
# --- Output & Visualization ---
"ibm.output-colorizer"
"nobuhito.printcode"
"pnp.polacode"
# --- Git ---
"lamartire.git-indicators"