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
I'm currently trying to upgrade a Rails app to use Ruby 3.1.2. When I try to deploy to heroku I get the following error:
remote: ERROR in vendor/ruby-3.1.2/lib/ruby/gems/3.1.0/gems/typeprof-0.21.2/vscode/src/extension.ts:3:25
remote: TS2307: Cannot find module 'vscode' or its corresponding type declarations.
It seems that it comes from typeprof-0.21.2. Here is the full stack trace:
Sorry for the inconvenience. I have just released typeprof-0.21.3 that excludes vscode/ directory. Please upgrade the typeprof gem to 0.21.3, and then the issue should disappear.
Alternatively, if you cannot upgrade typeprof, you may want to exclude vendor/ directory from the check of tsc by modifying your tsconfig.json as follows:
I'm currently trying to upgrade a Rails app to use Ruby 3.1.2. When I try to deploy to heroku I get the following error:
It seems that it comes from
typeprof-0.21.2
. Here is the full stack trace:The text was updated successfully, but these errors were encountered: