-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
includePath support for non-local paths ssh://
in particular
#2268
Comments
We currently don't support URI syntax in the |
ssh://
in particular
Hello. I see in version 1.26 of VS Code that we can now open an URI as a folder. Does that bring us any closer to this being supported in cpptools? Thanks. |
I'm sorry, at this time we don't have an ETA as to when this issue will be addressed. |
Has something changed about this feature ? |
@aosterthun Nothing has changed. We should work with the various VS Code remote extensions that create a remote extension instance (i.e. use file:// instead of ssh://). |
This feature request has received enough votes to be added to our backlog. |
This would be nice to have, as sshfs is a work-around to microsoft/vscode-remote-release#401 using vscode without IntelliSense kind of eliminates the point. |
Type: LanguageService
----- Input information below -----
Please review existing issues and our documentation at https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation prior to filing an issue.
Describe the bug
IntelliSense fails to parse files provided by extensions that implement FileSystemProvider. In my case: SSH-FS SchoofsKelvin/vscode-sshfs#27
To Reproduce
Expected behavior
IntelliSense should work as it does for local files
User Settings:
code-workspace
c_cpp_properties.json
The text was updated successfully, but these errors were encountered: