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
Describe the bug
Whenever I open VSCode, I get a little panel popping up saying "Help panel unavailable", and then when I look at the extension runtime status, it has:
Uncaught Errors (1)
spawn EINVAL
To Reproduce
Steps to reproduce the behavior:
Open VSCode
Click on 'extensions'
Scroll down to 'R'
Click on 'FEATURES' tab
Click on 'Runtime Status'
See the error
Can you fix this issue by yourself? (We appreciate the help)
2024-08-20 09:15:38.320 [error] Error: spawn EINVAL
at ChildProcess.spawn (node:internal/child_process:421:11)
at Object.spawn (node:child_process:799:9)
at R (c:\Users\<username>\.vscode\extensions\reditorsupport.r-2.8.4\dist\extension.js:2:454372)
at t.LanguageService.spawnServer (c:\Users\<username>\.vscode\extensions\reditorsupport.r-2.8.4\dist\extension.js:2:347396)
at Server.<anonymous> (c:\Users\<username>\.vscode\extensions\reditorsupport.r-2.8.4\dist\extension.js:2:349708)
at Object.onceWrapper (node:events:633:28)
at Server.emit (node:events:519:28)
at emitListeningNT (node:net:1932:10)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
Describe the bug
Whenever I open VSCode, I get a little panel popping up saying "Help panel unavailable", and then when I look at the extension runtime status, it has:
Uncaught Errors (1)
spawn EINVAL
To Reproduce
Steps to reproduce the behavior:
Can you fix this issue by yourself? (We appreciate the help)
No
Environment (please complete the following information):
Additional context
I'm using Rig to allow for changing R versions
The text was updated successfully, but these errors were encountered: