[Bug]: Broken extensions with code-server 4.8.0
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Safari 16.1
- Local OS: macOS 13.0 (Ventura)
- Remote OS: Debian bullseye
- Remote Architecture: amd64
code-server --version
: 4.8.0 005fa87699b4b3c791bd97693400dd016a7ee315 with Code 1.72.1
Steps to Reproduce
- Go to https://vscode-r.jupyter.b-data.ch
- Log in with your GitHub account
- Click “Start My Server”
- Select image
R (jupyterlab/r/base:test) + code-server
- Open code-server
- Try to create an R terminal or create/edit a Jupyter Notebook
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?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
No response
Issue Analytics
- State:
- Created a year ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Python extension is broken · Issue #2341 · coder/code-server
It seems like the python interpreter cannot be selected in 3.7.1 Command 'Python: Select Interpreter' resulted in an error (command 'python.
Read more >FAQ - code-server v4.8.0 docs - Coder
How do I use my own extensions marketplace? Where are extensions stored? How can I reuse my VS Code configuration? How does code-server...
Read more >Visual Studio Code June 2022
These extensions install a server on the remote environment, allowing local VS Code to smoothly interact with remote source code and runtimes.
Read more >Bug listing with status RESOLVED with resolution TEST ...
status:RESOLVED resolution:TEST-REQUEST severity:enhancement · Bug:52721 - "Mozilla-firefox builds with some old xft library incorrectly included breaking ...
Read more >Intellisense not working for Visual Studio Code - Unity Forum
Operating System: Windows 10 Problem: 1. ... https://forum.unity.com/threads/psa-if-your-vs-code-c-extension- ... NET Framework 4.8.0, .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ahhhhh that makes sense, I did not consider the use in non-JS code. To use
asExternalUri
it would need to call back to the extension to runasExternalUri
every time it needed the URI since as noted it should not be modified but that does seem rather onerous.VSCODE_PROXY_URI
will not become obsolete however if a good way to useasExternalUri
does present itself it might make sense to pursue that so the extension works in Codespaces as well!@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