mine2chow / PYQT-Integration

PYQT integration for vscode
MIT License
12 stars 7 forks source link

vscode variables in command file #7

Open ghost opened 5 years ago

ghost commented 5 years ago

It's not possible use vscode variables to specific a command. For example:

${workspace}/.venv/bin/pyuic5

Ben-BB commented 5 years ago

In addition to above rissue I suggest to add the possibility to add the absolute or relatve path to python.exe and / or use the variables of Microsofts Python extension (https://marketplace.visualstudio.com/items?itemName=ms-python.python). It would be great to use your extension in a portable environment (e.g. WinPython + VSCode + Python extension + PYQT-Integration extension)