-
Notifications
You must be signed in to change notification settings - Fork 145
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
Ruby extension now deprecated - will not install #30
Comments
I've noticed VSCode has given deprecation warnings. Haven't had time to look into what's required for the migration. Though, didn't realize it won't install any more. I thought you could still install and use deprecated extensions. Have you tried using the new extension? |
I tried it, but ruby-lsp has a different syntax for the launch.json configurations and I couldn't figure out how to pass the remoteHost, remotePort, etc. Sample launch.json
I was able to install the old extension by manually copying my extensions folder from a backup, but not via the VS Code UI. |
I'm encountering a similar problem. Regrettably, I no longer have access to the previous extension. I've recently begun experimenting with Ruby and delving into SketchUp extension development. Could someone kindly share the updated configuration for launch.json that is compatible with the Ruby-lsp extension? |
The "Ruby" VS Code extension by Peng Lv is now deprecated and will no longer install. It is referenced here:
https://github.com/SketchUp/sketchup-ruby-api-tutorials/wiki/VSCode-Debugger-Setup#preparing-the-ide
The new recommended extension is Ruby LSP, but it is not compatible with the tutorial launch.json.
The text was updated successfully, but these errors were encountered: