Skip to content

Instantly share code, notes, and snippets.

@cemen2009
Created February 23, 2026 10:07
Show Gist options
  • Select an option

  • Save cemen2009/da9cbaa4891d6e0aef943628659750be to your computer and use it in GitHub Desktop.

Select an option

Save cemen2009/da9cbaa4891d6e0aef943628659750be to your computer and use it in GitHub Desktop.
VS Code for Python
{
"terminal.integrated.defaultProfile.windows": "Git Bash",
"files.eol": "\n",
"editor.minimap.enabled": false,
"emmet.preferences": {
"output.inlineBreak": 1,
},
"python.analysis.typeCheckingMode": "standard",
"git.autofetch": true,
"autoDocstring.docstringFormat": "sphinx",
"remote.SSH.remotePlatform": {
"SELIIUVD02978": "linux"
},
"workbench.startupEditor": "none",
"amazonQ.suppressPrompts": {
"amazonQChatPairProgramming": true,
"amazonQChatDisclaimer": true
},
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultColorDecorators": "never",
"editor.formatOnType": true,
"editor.wordBasedSuggestions": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment