Skip to content

Commit

Permalink
typo settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed May 23, 2019
1 parent a8e5eff commit f2a866f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
@@ -1,13 +1,18 @@
{
{ // PyQt Integration
"pyqt-integration.qtdesigner.path": "C:/OSGeo4W64/bin/qgis-ltr-designer.bat",
"pyqt-integration.pyuic.cmd": "C:\\OSGEO4~1\\apps\\Python37\\Scripts\\pyuic5.bat",
"pyqt-integration.pyrcc.cmd": "C:\\OSGEO4~1\\apps\\Python37\\Scripts\\pyrcc5.bat",
"pyqt-integration.pyrcc.compile.filepath": "${workspace}/${qrc_name}.py",

"python.linting.enabled": true,

// Not working yet
"python.envFile": "${workspaceFolder}/dev.env",

// Set Python interpreter
//"python.pythonPath": "${workspaceFolder}/.venv_tests/Scripts/python.exe",
"python.pythonPath": "C:/OSGeo4W64/bin/python-qgis-ltr.bat",

// Replicate the QGIS environment
"terminal.integrated.env.windows": {
// Path
Expand Down

0 comments on commit f2a866f

Please sign in to comment.