annotate .vscode/settings.json @ 2062:d991f7c3485a

WIP rough porting of coffee to ts
author drewp@bigasterisk.com
date Mon, 16 May 2022 01:33:49 -0700
parents be860a233793
children 4455c67d4a5c
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,
d991f7c3485a WIP rough porting of coffee to ts
drewp@bigasterisk.com
parents: 2056
diff changeset
8 "toTypeScript.forgottenThisPropertyAccess": false
2047
drewp@bigasterisk.com
parents:
diff changeset
9 }