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.
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 typeIntegrate[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 namedEvaluate in Debug Console
.Any hints on what needs to be done to fix this?