kenkangxgwe / lsp-wl

A Wolfram Language Server
MIT License
214 stars 22 forks source link

Debug Adapter Features don't seem to work (Wolfram Engine 12.3, MacOS 11) #64

Open The3DWizard opened 3 years ago

The3DWizard commented 3 years ago

Hi, it's me again. Hope I do not bother you. Now that I got the language server running in VSCode on MacOS with Wolfram Engine 12.3 everything seems to be working except the features which are referenced in the "Debug Adapter Features" section of the readme.

Example: Let's say I open a new .wl file and type Integrate[x^2,x] and I want to evaluate this expression in the debug console, VSCode tells me that there are no available code actions. Also no light bulbs do appear (which are activated in VSCode). The readme shows that there should be a code action named Evaluate in Debug Console.

Any hints on what needs to be done to fix this?

kenkangxgwe commented 2 years ago

Sorry for the late reply, but you can see the instruction here: https://github.com/kenkangxgwe/vscode-lsp-wl#debugger-support