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
On Linux, if you try to launch a debug session without specifying "dreamDaemon": true in launch.json it will spit a confusing error at you, because there is no DreamSeeker (if you don't have wine) on linux
This issue is related to the langserver extension for Visual Studio Code only
On Linux, if you try to launch a debug session without specifying
"dreamDaemon": true
in launch.json it will spit a confusing error at you, because there is no DreamSeeker (if you don't have wine) on linuxhttps://github.com/SpaceManiac/vscode-dm-langclient/blob/fb639d1fa33beb5cd57a004a4214a6c241fa724d/src/extension.ts#L158
VSCode's error (title) is very generalized, so there is no way for the user to determine a fix without actually looking at extension's source code.
Maybe give a tip that it can actually launch dream daemon instead?
The text was updated successfully, but these errors were encountered: