Refactor Copilot settings for improved configuration; remove unnecessary extension and update kernel package settings for performance enhancements
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"usernamehw.errorlens"
|
||||
# --- Output & Visualization ---
|
||||
"ibm.output-colorizer"
|
||||
"nobuhito.printcode"
|
||||
"pnp.polacode"
|
||||
# --- Git ---
|
||||
"lamartire.git-indicators"
|
||||
|
||||
Reference in New Issue
Block a user