marklogic / mlxprs

MarkLogic Extension for Visual Studio Code
https://marklogic.github.io/mlxprs/
Other
20 stars 12 forks source link

Fixes to the XQY Debug Adapter to permit automated testing #237

Closed BillFarber closed 1 year ago

BillFarber commented 1 year ago

The primary problem was console.debug statements causing problems with the communications protocol between VSCode and the Debug Adapter. I'm assuming they have served a purpose, so I'm simply commenting them out for now.

Added a new XQY Debug test to verify the capability.

Also, refactored some of the JavaScript Debug Adapter to make the differences clear.

Many minor & patch version updates.