You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be a regression introduced by fixes from pull request #2552 on Windows with Powershell command execution.
The newly modified command with the "separator" text:
Description
There appears to be a regression introduced by fixes from pull request #2552 on Windows with Powershell command execution.
The newly modified command with the "separator" text:
appears to be having the double quotes stripped out at some point resulting in a 'constant RUBY_LSP_ACTIVATION_SEPARATOR not initialized' error.
Alternative quotings such as:
and:
Appear to work correctly in manual testing.
Ruby LSP Information
Version 0.8.0
Version Manager: none
Reproduction steps
Code snippet or error message
The text was updated successfully, but these errors were encountered: