0

I have installed visual code in my mac to be able to access code to a remote server. I have installed remote-ssh and python packages for vs code and I have managed to connect remotely to my projects in server. However, my issue is while I can use python code navigation locally, I cannot do it in the server. Any ideas why?

Do I need to do any configuration in the remote server?

3
  • If you're using the remote extensions for VS Code it should all just work transparently if the files are a part of your workspace. Commented May 7, 2020 at 20:35
  • I am opening a project from the remote-server. When I use the VS Code in the server I can navigate properly in the code. When I am using a local project on my laptop the same. But when I am trying to connect with remote-ssh from laptop to the server, navigation do not work. Commented May 8, 2020 at 12:27
  • If by "remote-ssh" you mean marketplace.visualstudio.com/… then you may need to open an issue at github.com/Microsoft/vscode-remote-release/issues. Commented May 12, 2020 at 20:25

1 Answer 1

1

Check if the Pylance extension is installed on your remote extensions or not. I used to stick to this problem once so by installing the Pylance my problem was solved.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.