-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: Broken extensions with code-server 4.8.0 #5711
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
Comments
Probably related to CSP issues #5710 can you check this in the browser console? |
Functionality [modified by patches] tested and found to work:
|
Functionality [modified by patches] tested and found not to work:
proxy-url: webview: Seems to be broken entirely. R Help, R Plots, etc. not working. |
@jsjoeio Could you please stick to the approach with release candidates – especially when adding new features? I offered you to test those to avoid situations like this. |
Confirmed: |
@jsjoeio Thank you for the prompt analysis. |
Identified the issue. Now working on a PR to fix this. |
Ah, we added that to make sure relative paths from the proxied application work. We could remove it but my thinking is that we probably always want there to be a trailing slash (open to thoughts on this of course). For extensions the recommended method now is to use |
@jsjoeio code-server v4.8.1-rc.1 is deployed at https://vscode-r.jupyter.b-data.ch; Image |
@jsjoeio Extension functionality retested and found to work:
Functionality [modified by patches] retested and found to work:
@code-asher I will get in touch with @renkun-ken about
|
@renkun-ken Because of
the R extension depends on @code-asher |
We don't have a direct way to use it in R code unless we pass a Uri to the R session on attach, but the documentation of
I'm not sure if it is a proper way to pass in a Uri from |
@benz0li thank you for testing the pre-release and confirming things work! Really really appreciate it |
Ahhhhh that makes sense, I did not consider the use in non-JS code. To use
|
- It is already added since code-server v4.8.0 - coder/code-server#5711
- It is already added since code-server v4.8.0 - coder/code-server#5711
- It is already added since code-server v4.8.0 - coder/code-server#5711
- It is already added since code-server v4.8.0 - coder/code-server#5711
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.8.0 005fa87 with Code 1.72.1Steps to Reproduce
R (jupyterlab/r/base:test) + code-server
Expected
"R: Create R terminal" is supposed to create an R terminal.
ℹ️
[YYYY-MM-DD hh:mm:ss.sss] [exthost] [info] ExtensionService#_doActivateExtension REditorSupport.r, startup: false, activationEvent: 'onCommand:r.createRTerm'
When creating a Jupyter Notebook it should be displayed and editable.
Actual
No R terminal is created.
Jupyter Notebook is created but nothing is displayed.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: