Changeset - 615046dfe45f
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 20 months ago 2023-05-22 08:03:18
drewp@bigasterisk.com
failing to get pytest debugging to work
1 file changed with 24 insertions and 7 deletions:
0 comments (0 inline, 0 general)
.vscode/settings.json
Show inline comments
 
{
 
  "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"],
 
  "djlint.pythonPath": "./bin/python",
 
  "python.analysis.autoFormatStrings": true,
 
  "python.analysis.diagnosticMode": "workspace",
 
  "python.analysis.enablePytestSupport": true,
 
  "python.analysis.extraPaths": ["__pypackages__/3.10/lib"],
 
  "python.analysis.diagnosticMode": "workspace",
 
  "cmake.configureOnOpen": false,
 
  "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"],
 
  "python.defaultInterpreterPath": "./bin/python",
 
  "python.formatting.provider": "yapf",
 
  "python.testing.pytestEnabled": true,
 
  "python.testing.pytestPath": "./bin/pytest",
 
  "pythonTestExplorer.testFramework": "pytest",
 
  "toTypeScript.fixUnreachableCode": false,
 
  "toTypeScript.fixUnusedLabel": false,
 
  "toTypeScript.forgottenThisPropertyAccess": false,
 
  "python.formatting.provider": "yapf",
 
  "python.testing.pytestEnabled": true,
 
  "python.testing.pytestPath": "./bin/pytest",
 
  "python.analysis.enablePytestSupport": true
 
  "launch": {
 
    
 
    "configurations": [
 
      {
 
        "name": "Python: File",
 
        "type": "python",
 
        "request": "launch",
 
        "program": "${file}",
 
        "justMyCode": true,
 
        "python": "./bin/python"
 
}
 
    ],
 
    "compounds": []
 
  }
 
}
0 comments (0 inline, 0 general)