Skip to content

Instantly share code, notes, and snippets.

@ufukty
Created March 10, 2026 21:59
Show Gist options
  • Select an option

  • Save ufukty/2bdfaa30cb9c39ab5d5de2f3cf24dd00 to your computer and use it in GitHub Desktop.

Select an option

Save ufukty/2bdfaa30cb9c39ab5d5de2f3cf24dd00 to your computer and use it in GitHub Desktop.
VS Code disable AI
{
"chat.agent.codeBlockProgress": false,
"chat.agent.enabled": false,
"chat.agentSessionProjection.enabled": false,
"chat.agentsControl.enabled": false,
"chat.autopilot.enabled": false,
"chat.checkpoints.enabled": false,
"chat.checkpoints.showFileChanges": false,
"chat.commandCenter.enabled": false,
"chat.contextUsage.enabled": false,
"chat.customAgentInSubagent.enabled": false,
"chat.customizationsMenu.enabled": false,
"chat.detectParticipant.enabled": false,
"chat.disableAIFeatures": true,
"chat.editing.explainChanges.enabled": false,
"chat.edits2.enabled": false,
"chat.extensionTools.enabled": false,
"chat.extensionUnification.enabled": false,
"chat.growthNotification.enabled": false,
"chat.implicitContext.enabled": {
"panel": "never"
},
"chat.math.enabled": false,
"chat.mcp.access": "none",
"chat.mcp.apps.enabled": false,
"chat.mcp.assisted.nuget.enabled": false,
"chat.mcp.discovery.enabled": {
"claude-desktop": false,
"cursor-global": false,
"cursor-workspace": false,
"windsurf": false
},
"chat.mcp.gallery.enabled": false,
"chat.plugins.enabled": false,
"chat.sendElementsToChat.enabled": false,
"chat.tips.enabled": false,
"chat.tools.renameTool.enabled": false,
"chat.tools.terminal.enableAutoApprove": false,
"chat.tools.terminal.sandbox.enabled": false,
"chat.tools.usagesTool.enabled": false,
"chat.unifiedAgentsBar.enabled": false,
"chat.useAgentSkills": false,
"chat.viewProgressBadge.enabled": false,
"chat.viewSessions.enabled": false,
"chat.viewTitle.enabled": false,
"chat.viewWelcome.enabled": false,
"inlineChat.affordance": "off",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment