Skip to content

VS Code Extension 0.10.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 17:45
· 6 commits to main since this release
70fa408

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) and DebugSessionManager.getSessionCookie(); the cookie is also logged at info level when the session connects.
    • MCP: debug_start_session and debug_list_sessions now return a session_cookie field.
    • 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>.

Patch Changes