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?

konstantin
  • 853
  • 4
  • 16
  • 50
  • 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. – Brett Cannon May 07 '20 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. – konstantin May 08 '20 at 12:27
  • If by "remote-ssh" you mean https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh then you may need to open an issue at https://github.com/Microsoft/vscode-remote-release/issues. – Brett Cannon May 12 '20 at 20:25

1 Answers1

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.

Ehsan Ahmadi
  • 1,382
  • 15
  • 16