Skip to content

Python extension not loading correctly #2290

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

Closed
dschartman opened this issue Nov 11, 2020 · 1 comment
Closed

Python extension not loading correctly #2290

dschartman opened this issue Nov 11, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@dschartman
Copy link

dschartman commented Nov 11, 2020

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

  1. 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
    
  2. Go to localhost

  3. Install python extension

  4. Create and open test.py file

  5. Refresh page and confirm extension does not load

  6. Open the developer console (F12)

  7. Refresh page and confirm exension loads

Here is a screenshot of what I see after step 5:
image

After step 7:
image

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
@code-asher
Copy link
Member

Folding into #2341 since we have a bit more information there on issues with the Python extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants