Created
February 15, 2026 01:33
-
-
Save johnslavik/7dc2a6fc17a38f65928f5190825b71a2 to your computer and use it in GitHub Desktop.
cpython vscode settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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