You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
After step 7:
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
The text was updated successfully, but these errors were encountered:
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
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:

After step 7:

Thanks in advance!
code-server --version
: 3.6.2 and 3.6.1The text was updated successfully, but these errors were encountered: