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
~/.emacs.d/.extension/vscode/rebornix.Ruby/extension/out/debugger/main.js should be ~/.emacs.d/.extension/vscode/rebornix.Ruby/extension/dist/debugger/main.js now.
Has it been updated again? I think it's under .local now.
I can't see
I can't seem to fix the following error relating to these changing file paths.
Warning (emacs): Initialize request failed: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received null
at new NodeError (node:internal/errors:370:5)
at validateString (node:internal/validators:119:11)
at Object.dirname (node:path:1276:5)
at new t.RubyProcess (/home/helpotters/.emacs.d/.local/etc/dap-extension/vscode/rebornix.Ruby/extension/dist/debugger/main.js:1:48937)
It appears that the extension author moved main file from
.../out/debugger/main.js
to../dist/debugger/main.js
The text was updated successfully, but these errors were encountered: