Changeset - 4455c67d4a5c
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-06-02 19:20:30
drewp@bigasterisk.com
ide
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.vscode/settings.json
Show inline comments
 
@@ -2,8 +2,9 @@
 
  "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"],
 
  "python.analysis.extraPaths": ["__pypackages__/3.9/lib"],
 
  "python.analysis.diagnosticMode": "workspace",
 
  "cmake.configureOnOpen": false,
 
  "toTypeScript.fixUnreachableCode": false,
 
  "toTypeScript.fixUnusedLabel": false,
 
  "toTypeScript.forgottenThisPropertyAccess": false
 
  "toTypeScript.forgottenThisPropertyAccess": false,
 
  "python.formatting.provider": "yapf"
 
}
0 comments (0 inline, 0 general)