Open ande8331 opened 3 years ago
@ande8331 the issue seems related to a similar problem (https://github.com/cdr/code-server/issues/1821) experienced by the ms-python
extension. If you'd like to troubleshoot, and/or provide a fix you can attempt to update the python
extension to a newer version and confirm that the issue is resolved:
Thanks for the quick response @vince-fugnitto. I tried out a couple of ms-python versions:
Looking into why the newest didn't work, it appears that ms-toolsai.jupyter is now a required dependency for ms-python; but its not available in openvsx, nor can I find a path that results in downloading a file with the vsix extension.
Any way around this?
Hi @ande8331 ,
You're right - ms-toolsai.jupyter
I think was split from the Python extension recently, and is now a dependency. Momentarily it's not on open-vsx, but even if it were, I do not think we currently support the vscode extensions' API to run this bleeding-edge version.
You could try an older version, like this one: https://open-vsx.org/api/ms-python/python/2019.11.1/file/ms-python.python-2019.11.1.vsix, or if you download it from the Marketplace, the exact older version reported to work with code-server
: 2020.5.86806
This contribution has been automatically marked as stale due to inactivity, and it will be closed if no further activity occurs. Thank you for contributing to Theia!
One way forward would be to have the dependent extension, ms-toolsai.jupyter
, available on open-vsx.org.
The extension's source code (1) is licensed under MIT, but the extension itself is under a proprietary Microsoft license (2).
This may mean that the extension, even when built from MIT sources, contains proprietary content, for which (2) applies, preventing any non-Visual-Studio product from legally using that extension(3). For example, such content could be fetched when the extension is first activated.
1 - https://github.com/microsoft/vscode-jupyter 2 - https://github.com/microsoft/vscode-jupyter/blob/main/extension_license.txt 3 - see section 1a from (2): "You may install and use any number of copies of the software only with Microsoft Visual Studio, Visual Studio for Mac, Visual Studio Code, Azure DevOps, Team Foundation Server, and successor Microsoft products and services"
If the above is correct, the extension will most likely not be acceptable, to be hosted on open-vsx.org
:(
@ande8331 your fix worked for me. I used https://github.com/microsoft/vscode-python/releases/download/2020.10.332292344/ms-python-release.vsix and am back debugging.
Hi, I'm unable to use the debugger within the Python Docker Container. The script runs file when invoked from the shell, but quickly exits with no error messages or exceptions when run through the debugger, just an error message in the Debug console that seems unrelated to the script being debugged. Any ideas on how to work around this?
Steps to Reproduce:
Result: Break point is not stopped at, find the error message below in the Debug Console.
Error Message: (Found in Debug Console)