-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Code outline does not work on remote ssh filesystem #3821
Comments
We are working in collaboration with the VS Code team itself on getting remote scenarios up and running. Please see issue #79. However, your issue seems to be working on a remote filesystem while editing your local project? This would suggest to me that the support for WSL #67 (workspaces outside of the environment where VS Code and the extension are installed) would satisfy what you are looking to do. We realize you are trying to make use of
You can open the Command Pallete ( |
Thanks for quick response. Actually I do not care much about remote projects or running Python interpreter remotely, all I do is editing files on remote filesystem. We have our own build system which I'm running from a terminal window on remote Linux server, so I only use vscode as a dumb editor running on my local Windows machine. Still it would be nice to support the same features as for the files on local file system (code outline, spell check) in this case if possible. |
Closing in favour of #79 |
Maybe worth to mention here too that our development is multi-language, in addition to Python we have C++, JavaScript, some YAML, etc. on remote end, and I need to edit all those files. Python-only solution (e.g. running remote Python interpreter indexing Python files) won't probably help me. |
Closing as this is related to remote interpreter, |
Environment data
Expected behaviour
Outline view should show symbols from open Python file
Actual behaviour
Outline view shows greyed-out message "There are no editors open that can provide outline information"
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: