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
[vscode] Try to start TypeProf for IDE
[vscode] stderr: bundler: failed to load command: typeprof (/Users/0num4/.anyenv/envs/rbenv/versions/3.2.2/bin/typeprof)
[vscode] stderr: /Users/0num4/.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bundler-2.4.20/lib/bundler/resolver.rb:312:in `raise_not_found!': Could not find gem 'rbs' in locally installed gems. (Bundler::GemNotFound)
[vscode] stderr: from /Users/0num4/.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bundler-2.4.20/lib/bundler/resolver.rb:372:in `block in prepare_dependencies'
略
[vscode] stderr: from /Users/0num4/.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bundler-2.4.20/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
[vscode] stderr: from /Users/0num4/.anyenv/envs/rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bundler-2.4.20/exe/bundle:29:in `<top (required)>'
[vscode] stderr: from /Users/0num4/.anyenv/envs/rbenv/versions/3.2.2/bin/bundle:25:in `load'
[vscode] stderr: from /Users/0num4/.anyenv/envs/rbenv/versions/3.2.2/bin/bundle:25:in `<main>'
[vscode] failed to invoke typeprof: error code 1
[vscode] Ruby TypeProf is not configured
#217 にて、macだと特に何も入れなくても動くと説明したのですが、
bundle install --path vendor/bundle
をするとうまくsample.rbを解析できず、下記のようなデフォルトの状態になって今います。これは
bundle install --path vendor/bundle
が原因だと思いますか?The text was updated successfully, but these errors were encountered: