VS Code Extension 0.10.0
·
6 commits
to main
since this release
B2C DX VS Code Extension v0.10.0
Download the .vsix file below and install via:
code --install-extension b2c-vs-extension-0.10.0.vsix
Or in VS Code: Extensions → ⋯ → Install from VSIX...
Changelog
Minor Changes
-
#522
11b84b1- Expose the script debugger session cookie (dwsid) so you can route a triggering request to the same app server holding the debug session — required to reliably hit breakpoints on multi-app-server instances. (Thanks @clavery!)- SDK: new
SdapiClient.getCookie(name)andDebugSessionManager.getSessionCookie(); the cookie is also logged at info level when the session connects. - MCP:
debug_start_sessionanddebug_list_sessionsnow return asession_cookiefield. - VS Code: a new Copy Debugger Session ID (dwsid) command (available while a debug session is active) copies the cookie to the clipboard.
Send your triggering request (storefront page load, SCAPI/OCAPI call) with
Cookie: dwsid=<value>. - SDK: new