Skip to content
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

Please provide update for Remote Interpreter support #4901

Closed
WSLUser opened this issue Mar 25, 2019 · 1 comment
Closed

Please provide update for Remote Interpreter support #4901

WSLUser opened this issue Mar 25, 2019 · 1 comment

Comments

@WSLUser
Copy link

WSLUser commented Mar 25, 2019

Environment data

  • VS Code version: Version: 1.33.0-insider (system setup)
  • Extension version (available under the Extensions sidebar): 2019.2.5558
  • OS and version: Windows 7
  • Python version (& distribution if applicable, e.g. Anaconda): 3.7
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Relevant/affected Python packages and their versions: all

Expected behaviour

Detect and use python from remote environment

Actual behaviour

Does not currently do this.

Steps to reproduce:

Mount a remote workspace via SSHFS extension. Create a python file and see how Intellisense does not work.

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

N/A

Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)

N/A

This was originally requested in #79 but conversation was locked down therefore creating new issue to determine where this feature is at.

Additional context: Since I can't add input on that issue, I'll provide it here. The SSHFS extension makes use of the FileSystemProvider API to perform SFTP sessions. Per SchoofsKelvin/vscode-sshfs#31, there's nothing the extension can do make things work for other extensions. Therefore I filed microsoft/vscode#66046 but it isn't getting any noticeable attention. In issue, the developer stated that extensions were capable of making use of the API to make ssh:// paths available.

Additional digging shows that there is a method of doing this provided by an ATOM extension and Pycharm also supports this (they even support WSL). For reference here are the related ATOM extensions: https://github.com/steelbrain/Atom-Hack and more relevant: https://github.com/steelbrain/AutoComplete-Hack.

So please implement this at your earliest convenience, provide updates and make this your new landing zone for comments.

@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Mar 25, 2019
@DonJayamanne
Copy link

Closing in favor of #67

we purposefully don't give out timelines, sorry.

#67 (comment)

@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Mar 25, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants