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
git clone https://github.com/getsentry/sentry-ruby.git
cd sentry-ruby
cp .devcontainer/.env.example .devcontainer/.env
code .
Then re-open in the devcontainer - our config is in .devcontainers dir. By default, the container is set up to grab bitnami/ruby docker image. Ruby is installed here:
IF it really cannot work with ruby under custom bin path, I would really expect to get a clear warning message that Ruby LSP did not manage to figure out where the ruby exec is, instead of "No workspace found" when running tests
OR, preferably:
Fix it to actually detect properly where ruby exec is - it's in the PATH, there's no ruby version manager involved, it's the simplest use-case scenario, so it'd be great if it just worked OOTB
Description
Following up after https://bsky.app/profile/solnic.dev/post/3loix6q4xr62e
Reproduction steps
Then re-open in the devcontainer - our config is in
.devcontainers
dir. By default, the container is set up to grab bitnami/ruby docker image. Ruby is installed here:This bin dir is in the PATH:
Fails to run a test with confusing error
When trying to run a test, I get this:
Expected Result
Either of the two:
OR, preferably:
Ruby LSP Information
VS Code Version
1.99.3
Ruby LSP Extension Version
0.9.21
Ruby LSP Server Version
0.23.17
Ruby LSP Add-ons
Ruby Version
3.4.2
Ruby Version Manager
auto
Installed Extensions
Click to expand
Ruby LSP Settings
Click to expand
Workspace
User
The text was updated successfully, but these errors were encountered: