mlxprs
mlxprs copied to clipboard
MarkLogic Extension for Visual Studio Code
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
There are currently many dependencies that are out of date and have vulnerabilities. We should update as many of these as we can before release. Several of these are critical...
When running eval against a server for the first time, the following error is thrown: > rejected promise not handled within 1 second: TypeError: Converting circular structure to JSON >...
See issue: https://github.com/marklogic/node-client-api/issues/568
I'm getting 4 failures on JS Debug tests. Full results are attached. [jsdebugresults.txt](https://github.com/marklogic-community/mlxprs/files/10044220/jsdebugresults.txt) We need to get these passing so we can automate them along with Client tests.
- [ ] Details about the nature of the problem when there’s a connection error - [ ] Make `connectServer` idempotent. Is there a way to show “connection” status visually,...
As a user, when I execute the connectServer command, I should be presented with a list of app servers available in my MarkLogic instance. Ideally, the list should be responsive...
If the configuration sets SSL to true, but the app server is not configured for SSL, the error response is cryptic. To reproduce, set up a server without SSL (vanilla...
After 10.4-2, server will support stepping through xdmp.eval() and xdmp.invoke(). So far, the debug adapter supports xdmp.invoke(). However, for xdmp.eval(), the url of all eval scripts are empty string, which...