ApamaCommunity / pysys-vscode-extension

This is a vscode extension for the pysys framwork it enables the use of this testing framework in Visual Studio Code allowing the use of the UI to interact with and create tests for your software projects..
https://cariboujohn.github.io/pysys-vscode-extension/
4 stars 4 forks source link

Python interpreter should check for python2/python3 runner syntax #7

Closed Yoav11 closed 4 years ago

Yoav11 commented 4 years ago

When the extesion starts it should check for the variations on python that might allow it to work:

If none work we need to produce output/popup saying why and that the user should install python and or pysys - possibly giving links/ commands (python -m pip install pysys)

Note pysys 1.6 has a dependency on python 3.7+

So additionally we might want to consider on a version of python less than that suggesting upgrade to 3.7/pysys 1.6

CaribouJohn commented 4 years ago

Additionally perhaps we can put a text node into the view to indicate it is inactive because pysys not found

CaribouJohn commented 4 years ago

merged pull request