-
-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Describe the bug
There are 2 bugs I want to report.
With V2.0.0 that just released, the VS-Code plugin fails to load unless you also have the Python library version 2.0.0 installed (see Screenshot1). This is a problem for us since our Python libraries are only available to us through an internal mirror that does not do real-time synchronisation with pypi but has a delay to see if a package is infected. Implemented after the massive NPM package phishing attack of a few weeks ago.
Even with with Python library version 2.0.0 installed (I bypassed our mirror to test it) it no longer seems to recognize my Python install. It asks to select an interpreter (see Screenshot2), but even when I do nothing happens.
Desktop (please complete the following information):
- VS Code Version 1.105.0
- RobotCode Version 2.0.0
- OS: Windows 11
- Python Version: 3.13.7
- RobotFramework Version 7.3.2
- Robocop 6.7.2
