diff --git a/code/.config/Code/User/settings.json b/code/.config/Code/User/settings.json index 93ebb8f..b2a21fb 100644 --- a/code/.config/Code/User/settings.json +++ b/code/.config/Code/User/settings.json @@ -91,4 +91,10 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "workbench.activityBar.location": "hidden", + "github.copilot.enable": { + "*": false, + "plaintext": false, + "markdown": false, + "scminput": false + }, } \ No newline at end of file