Files
@ cc69faa87c27
Branch filter:
Location: light9/.vscode/settings.json - annotation
cc69faa87c27
1.6 KiB
application/json
tear up and rewrite ascoltami to emit player state into the graph. web ui works but displays nothing but songs
9cfcb16f2c5a 615046dfe45f 615046dfe45f 615046dfe45f b0e6fe19dc3b 4b8f8fabeb2f b0e6fe19dc3b b0e6fe19dc3b 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 615046dfe45f 615046dfe45f 615046dfe45f d991f7c3485a d991f7c3485a 4455c67d4a5c 615046dfe45f 615046dfe45f 615046dfe45f 615046dfe45f 4b8f8fabeb2f 615046dfe45f 615046dfe45f 615046dfe45f 4b8f8fabeb2f 615046dfe45f 615046dfe45f 615046dfe45f 8ebf79d6b957 8ebf79d6b957 6c61735514e9 6c61735514e9 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f 4b8f8fabeb2f | {
"python.analysis.autoFormatStrings": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.enablePytestSupport": true,
"python.analysis.extraPaths": [
"/home/drewp/.local/share/pdm/venvs/light9-zxQNOBNq-3.11/lib/python3.11/site-packages",
"/my/proj/rdfdb"
],
"python.autoComplete.extraPaths": [
"/home/drewp/.local/share/pdm/venvs/light9-zxQNOBNq-3.11/lib/python3.11/site-packages",
"/my/proj/rdfdb"
],
"python.defaultInterpreterPath": "/home/drewp/.local/share/pdm/venvs/light9-zxQNOBNq-3.11/bin/python",
"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": "debugpy",
"request": "launch",
"program": "${file}",
"justMyCode": true,
"python": "/home/drewp/.local/share/pdm/venvs/light9-zxQNOBNq-3.11/bin/python"
}
],
"compounds": []
},
"vitest.commandLine": "pnpm exec vitest",
"vitest.enable": true,
"tabnine.codeLensEnabled": false,
"codeium.enableSearch": true,
"python.formatting.provider": "eeyore.yapf",
"[python]": {
"editor.formatOnSaveMode": "file",
"editor.formatOnSave": true,
"editor.defaultFormatter": "eeyore.yapf",
"editor.formatOnType": false
},
"editor.defaultFormatter": "eeyore.yapf",
"python.languageServer": "Pylance",
"python.analysis.completeFunctionParens": true,
"python.analysis.typeCheckingMode": "standard"
}
|