SpacemanDMM
SpacemanDMM copied to clipboard
[VSCExtension] Couldn't find a debug adapter descriptor for the debug type 'byond' (extension might have failed to to activate)
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 linux
https://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?