Changeset - b27a3a8f9ecb
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 20 months ago 2023-05-18 01:52:11
drewp@bigasterisk.com
it's 2023
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
.vscode/settings.json
Show inline comments
 
{
 
  "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"],
 
  "python.analysis.extraPaths": ["__pypackages__/3.9/lib"],
 
  "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"],
 
  "python.analysis.extraPaths": ["__pypackages__/3.10/lib"],
 
  "python.analysis.diagnosticMode": "workspace",
 
  "cmake.configureOnOpen": false,
 
  "toTypeScript.fixUnreachableCode": false,
 
  "toTypeScript.fixUnusedLabel": false,
 
  "toTypeScript.forgottenThisPropertyAccess": false,
 
  "python.formatting.provider": "yapf"
 
}
0 comments (0 inline, 0 general)