Add initial project structure and configuration files
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user