-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I'm experiencing weird loading behavior of the python extension in code server 3.6.2 and 3.6.1. Basically, the extension doesn't load at all. However, if I pull up the developer console, the extension loads after refresh.
Steps to reproduce
-
Spin up code server
if [ -d .local ]; then rm -rf .local fi mkdir .local && chmod 777 .local docker run -it --rm -v ${PWD}/.local:/home/coder/.local -p 80:8080 codercom/code-server:3.6.2 --auth none --log trace
-
Go to localhost
-
Install python extension
-
Create and open test.py file
-
Refresh page and confirm extension does not load
-
Open the developer console (F12)
-
Refresh page and confirm exension loads
Here is a screenshot of what I see after step 5:
Thanks in advance!
- Web Browser: Chromium
- Local OS: Win10 host / Debian 10 buster VM
- Remote OS: codercom/code-server:3.6.2 container and debian VM
- Remote Architecture: x86_64
code-server --version
: 3.6.2 and 3.6.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working