Create a virtual environment with the following command:
python create_qgis_venv.py
For more detailed development instructions see development.
On VS Code use the workspace sample-plugin.code-workspace. The workspace contains all the settings and extensions needed for development.
Select the Python interpreter with Command Palette (Ctrl+Shift+P). Select Python: Select Interpreter
and choose
the one with the path .venv\Scripts\python.exe
.
This plugin is distributed under the terms of the GNU General Public License, version 2 license.
See LICENSE for more information.