Files
@ ae4b90efb55a
Branch filter:
Location: light9/.vscode/settings.json - annotation
ae4b90efb55a
1.1 KiB
application/json
start calibration tool
9cfcb16f2c5a 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f b0e6fe19dc3b b0e6fe19dc3b b0e6fe19dc3b b0e6fe19dc3b 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f d991f7c3485a d991f7c3485a 4455c67d4a5c 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 8ebf79d6b957 8ebf79d6b957 6c61735514e9 6c61735514e9 6c61735514e9 9cfcb16f2c5a | {
"djlint.pythonPath": "./bin/python",
"python.analysis.autoFormatStrings": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.enablePytestSupport": true,
"python.analysis.extraPaths": [
"__pypackages__/3.10/lib",
"/my/proj/rdfdb"
],
"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,
"launch": {
"configurations": [
{
"name": "Python: File",
"type": "python",
"request": "launch",
"program": "${file}",
"justMyCode": true,
"python": "./bin/python"
}
],
"compounds": []
},
"vitest.commandLine": "pnpm exec vitest",
"vitest.enable": true,
"tabnine.codeLensEnabled": false,
"codeium.enableSearch": true
}
|