-
Notifications
You must be signed in to change notification settings - Fork 310
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
SSH: built-in languages disabled #5856
Comments
Hmm that's strange. @roblourens or @sandy081 do you have an idea why language extensions would be disabled? @daiyam could you also post here the log you see on the Remote-SSH output channel? |
Here log from the output of Here my config:
The error in This issue has been an on and off with each updates |
Hmm Would you be able to try connecting with VS Code Insiders? |
both with |
I cant repro it and they shall be running on the local side and not on remote side. Can you please try to repro it by running vscode on a fresh user data directory? |
I didn't find this issue and I've opened one related at microsoft/vscode:#137117 with some extra info (and some failed attempts to fix it) I can't reproduce it running a new portable instance of vscode, which is the workaround I'm using to work just now. |
@pelayog Thanks for confirming that I'm not the only one having this issue 😉 |
After a long investigation, I found out that the issue is due to the extension @pelayog Are you using that extension? |
@daiyam Mm, nope, not that extension. But I do have PHP Language Features extension disabled -in order to use intelephense properly. At the end, I guess is, at least, related: disabling built-in features throught that extension or manually. |
Hi,
Some built-in languages are disabled with the message
This extension is disabled in this workspace because it is defined to run in the Remote Extension Host. Please install the extension in 'SSH: arch' to enable.
I've tried with previous versions of VSCode and Remote SSH and deleting
.vscode-server
. I tried to add the extensions intoremote.SSH.defaultExtensions
. I can't figure out where the problem is happening.Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: