Mercurial > code > home > repos > light9
annotate .vscode/settings.json @ 2113:4455c67d4a5c
ide
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 19:20:30 +0000 |
parents | d991f7c3485a |
children | b27a3a8f9ecb |
rev | line source |
---|---|
2047 | 1 { |
2062 | 2 "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"], |
3 "python.analysis.extraPaths": ["__pypackages__/3.9/lib"], | |
4 "python.analysis.diagnosticMode": "workspace", | |
5 "cmake.configureOnOpen": false, | |
6 "toTypeScript.fixUnreachableCode": false, | |
7 "toTypeScript.fixUnusedLabel": false, | |
2113 | 8 "toTypeScript.forgottenThisPropertyAccess": false, |
9 "python.formatting.provider": "yapf" | |
2047 | 10 } |