Skip to content

Instantly share code, notes, and snippets.

@rpavlik
Last active September 6, 2025 22:29
Show Gist options
  • Save rpavlik/95d6c40d8407805e2c20bdf6d9efa44e to your computer and use it in GitHub Desktop.
Save rpavlik/95d6c40d8407805e2c20bdf6d9efa44e to your computer and use it in GitHub Desktop.
Go away copilot and other slop machines (in vscode)
{
// go away copilot and other ai slop machines
"accessibility.verbosity.inlineChat": false,
"accessibility.verbosity.panelChat": false,
"ansible.lightspeed.suggestions.waitWindow": 360000,
"chat.agent.enabled": false,
"chat.agent.maxRequests": 0,
"chat.commandCenter.enabled": false,
"chat.detectParticipant.enabled": false,
"chat.extensionTools.enabled": false,
"chat.focusWindowOnConfirmation": false,
"chat.implicitContext.enabled": {
"panel": "never"
},
"chat.instructionsFilesLocations": {
".github/instructions": false
},
"chat.mcp.discovery.enabled": false,
"chat.mcp.enabled": false,
"chat.modeFilesLocations": {
".github/chatmodes": false
},
"chat.promptFiles": false,
"chat.promptFilesLocations": {
".github/prompts": false
},
"chat.sendElementsToChat.attachCSS": false,
"chat.sendElementsToChat.attachImages": false,
"chat.sendElementsToChat.enabled": false,
"chat.setupFromDialog": false,
"chat.useFileStorage": false,
"dataWrangler.experiments.copilot.enabled": false,
"github.copilot.editor.enableAutoCompletions": false,
"github.copilot.editor.enableCodeActions": false,
"github.copilot.enable": false,
"github.copilot.nextEditSuggestions.enabled": false,
"github.copilot.renameSuggestions.triggerAutomatically": false,
"githubPullRequests.codingAgent.enabled": false,
"githubPullRequests.experimental.chat": false,
"gitlab.duoChat.enabled": false,
"inlineChat.holdToSpeech": false,
"inlineChat.lineNaturalLanguageHint": false,
"mcp": {
"inputs": [],
"servers": {}
},
"notebook.experimental.generate": false,
"python.analysis.aiCodeActions": {
"convertFormatString": false,
"convertLambdaToNamedFunction": false,
"generateDocstring": false,
"generateSymbol": false,
"implementAbstractClasses": false
},
"python.experiments.enabled": false,
"remote.SSH.experimental.chat": false,
"telemetry.feedback.enabled": false,
"terminal.integrated.initialHint": false,
"workbench.editor.empty.hint": "hidden"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment