annotate .vscode/settings.json @ 2113:4455c67d4a5c

ide
author drewp@bigasterisk.com
date Thu, 02 Jun 2022 19:20:30 +0000
parents d991f7c3485a
children b27a3a8f9ecb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2047
drewp@bigasterisk.com
parents:
diff changeset
1 {
2062
d991f7c3485a WIP rough porting of coffee to ts
drewp@bigasterisk.com
parents: 2056
diff changeset
2 "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"],
d991f7c3485a WIP rough porting of coffee to ts
drewp@bigasterisk.com
parents: 2056
diff changeset
3 "python.analysis.extraPaths": ["__pypackages__/3.9/lib"],
d991f7c3485a WIP rough porting of coffee to ts
drewp@bigasterisk.com
parents: 2056
diff changeset
4 "python.analysis.diagnosticMode": "workspace",
d991f7c3485a WIP rough porting of coffee to ts
drewp@bigasterisk.com
parents: 2056
diff changeset
5 "cmake.configureOnOpen": false,
d991f7c3485a WIP rough porting of coffee to ts
drewp@bigasterisk.com
parents: 2056
diff changeset
6 "toTypeScript.fixUnreachableCode": false,
d991f7c3485a WIP rough porting of coffee to ts
drewp@bigasterisk.com
parents: 2056
diff changeset
7 "toTypeScript.fixUnusedLabel": false,
2113
drewp@bigasterisk.com
parents: 2062
diff changeset
8 "toTypeScript.forgottenThisPropertyAccess": false,
drewp@bigasterisk.com
parents: 2062
diff changeset
9 "python.formatting.provider": "yapf"
2047
drewp@bigasterisk.com
parents:
diff changeset
10 }