Skip to content

Instantly share code, notes, and snippets.

@johnslavik
Created February 15, 2026 01:33
Show Gist options
  • Select an option

  • Save johnslavik/7dc2a6fc17a38f65928f5190825b71a2 to your computer and use it in GitHub Desktop.

Select an option

Save johnslavik/7dc2a6fc17a38f65928f5190825b71a2 to your computer and use it in GitHub Desktop.
cpython vscode settings
{
"python.analysis.extraPaths": ["Lib/"],
"C_Cpp.files.exclude": { "PC/pyconfig.h": true, "Apple/iOS/Resources/pyconfig.h": true },
"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {"source.fixAll": "never", "source.unusedImports": "never", "source.organizeImports.ruff": "never"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment