-
Notifications
You must be signed in to change notification settings - Fork 21
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
In-app installation of extensions does not work #28
Comments
OSC does get some issues around plugins, but for the most part they do work for us. My guess it's a library issue when you go to build the plugin. I actually have that installed and it just started working for me. But you can see here where my This repo is our (the ohio super computer center's) so we load our modules. You likely have a fork and likely need to add python if you want this to work across the board for a lot of people (though I don't know how that'd interact for a user like me who loads modules in my bc_osc_codeserver/template/script.sh.erb Line 25 in 8fda96d
Hope that helps! |
So the issue I am having is I cant get jupyter installed in VS Code server running on Open OnDemand. I have tried in the public marketplace but this error is thrown: Failed to install 'ms-toolsai.jupyter'. so I downloaded it from https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter but now I am getting the error: I have tried finding in the version history for a compatible version with VS Code '1.41.1'. but I cant seem to find a compatibility list anywhere. Only thing useful was: microsoft/vscode-jupyter#5582 but it still doesnt have a compatibility list between code server and which jupyter extension version to use. Not sure if I should try updating code server or will I run into a bunch of issues. I should also mention this was installed with deepops and the version they default to is version: gtc |
I hate to say it works for me and leave it, but it kinda does work for me. Here's the information on versions that we run. ms-toolsai.jupyter plugin verion: v2021.3.0 code server versions: code-server: v3.9.3 There could/should be errors in a logfile somewhere. All that said - I have had to build and provide a Ruby extension because the one provided on the market place was built wrong. So I built the |
I have tried to update code server without luck, submitted issue under deepops repo: What would be the proper way to update while still using deepops? |
Will this ever get fixed?
The text was updated successfully, but these errors were encountered: