Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to configure the version and/or download link of JupyterLab and VS Code #2

Open
martjushev opened this issue Mar 25, 2021 · 3 comments

Comments

@martjushev
Copy link

Currently they are hardcoded and outdated:

python_ext = StorageManager.get_local_copy(
'https://github.com/microsoft/vscode-python/releases/download/2020.10.332292344/ms-python-release.vsix',
extract_archive=False)
code_server_deb = StorageManager.get_local_copy(
'https://github.com/cdr/code-server/releases/download/v3.7.4/code-server_3.7.4_amd64.deb',
extract_archive=False)

@bmartinn
Copy link
Member

Hi @martjushev
Yes, these were very hard to get working, the code-server and python addon are very finicky and the combination of these versions seem to work (even at coding time they were not the latest) ...
Are you suggesting we add a parameter to set the versions specifically?
BTW: if you were able to get newer versions working, please let us know :)

@martjushev
Copy link
Author

Haven't tried with newer versions myself, but have a look at the release notes for the most recent code-server (v3.9.2; 2021-03-26)
https://github.com/cdr/code-server/releases/tag/v3.9.2

⭐ No more Python trouble 🤞

Python extension should be working now

@bmartinn
Copy link
Member

Yes ... finicky ...
This is what I'm getting with code-server v3.9.2 and vscode-python 2021.3.680753044

command 'python.execInTerminal-icon' not found

If you manage to get them working together, we can happily update :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants