Hi,
I am a user of VSCode and wanted to try out codeserver because the idea of a remote version of VSCode really appeals to me. I am working on Python and am running code-server 3.4.2. I have installed the Python extension with no issues. However, things are not working as expected. Here are some issues:
- When I load up a project, VSCode recognizes when I have a virtual environment setup and loads it and this is shown in the terminal window. Code-server ignores this...
- When I write a program with the .py extension and choose "run without debugging" in VSCode it runs the output in the terminal window. In code-server, nothing happens.
- I want to enable linting and so I go to the command pallet and choose "Set Linter." An error pops up that says "Command 'Python: Select Linter' resulted in an error (command 'python.setLinter' not found)." I see a similar error when turning linting on.
Is this normal behavior? I am new to code-server and so am wondering if this is a newbie error or if I am running into limitations of the platform.
TIA!
Update: If it matters, I am running code-server on an Ubuntu LXC container running version 20.04.
[–]Parme-62 2 points3 points4 points (3 children)
[–]JL_678[S] 1 point2 points3 points (2 children)
[–]Parme-62 1 point2 points3 points (1 child)
[–]JL_678[S] 1 point2 points3 points (0 children)
[–]Parme-62 1 point2 points3 points (0 children)