13 lines
525 B
JSON
13 lines
525 B
JSON
{
|
|
"python.testing.pytestArgs": ["tests"],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"qt-core.qtInstallationRoot": "${workspaceFolder}/.venv/lib/python3.11/site-packages/PySide6/Qt",
|
|
"qt-qml.qmlls.enabled": true,
|
|
"qt-qml.qmlls.customExePath": "${workspaceFolder}/.venv/lib/python3.11/site-packages/PySide6/qmlls",
|
|
"qt-qml.qmlls.additionalImportPaths": [
|
|
"${workspaceFolder}/.venv/lib/python3.11/site-packages/PySide6/Qt/qml"
|
|
],
|
|
"qt-qml.qmlls.useNoCMakeCalls": true
|
|
}
|