-
Notifications
You must be signed in to change notification settings - Fork 318
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
Error: BadInstallScriptResult (Got bad result from install script) #10758
Comments
Logs on the host
|
cmd >
|
After an unsuccessful attempt to select a project folder on the host, VS Code saves the state. I noticed another oddity. If you close VS Code and open it again, it will successfully connect to the previously selected project folder, and everything will work normally. |
And I found a similar issue in the VSCode repo. |
I'm in the exact same situation. |
downgrade to previous version VSCode |
Same issue here, downgraded and disabled auto-updates for the moment. |
If you don't want downgrade the VsCode version, try using VsCode Insiders. The Insiders version works fine. |
same issue. |
I have the same issue. Connecting to remote server with
I wonder if there's a way to get more information than just "Got bad result" at [08:42:43.254]. Versions:
I did not try downgrading to |
Same issue |
Same issue. Downgrading to v1.97.2 works on Windows. winget install --id=Microsoft.VisualStudioCode -v "1.97.2" -e --force |
Is there an existing issue for this bug?
Required Troubleshooting Steps
remote.SSH.useLocalServer
setting[Optional] Diagnose with Copilot
I did not ask the @remote-ssh participant for help
In step 2 of the troubleshooting wiki, what was the result of running the generated SSH command verbatim outside of VS Code?
I COULD successfully SSH to the remote machine with the generated SSH command
Remote-SSH Log
Remote-SSH Log
Expected Behavior
Connecting to a remote host and successfully working with project files and folders.
Actual Behavior
After successfully connecting to the host, the connection to the host is lost when attempting to open the project folder.
Steps To Reproduce
Anything else?
This behavior started after updating VSCode to version 1.98.0. If I install the previous version, everything works fine.
OS: Windows 11
Host: Ubuntu 24.04
When I work on Ubuntu and connect to the same host, there is no such issue. It only occurs when working from Windows.
When connecting to the host via the terminal, everything works perfectly.
I tried reinstalling the .vscode-server on the host. This does not resolve the issue.
The text was updated successfully, but these errors were encountered: