Releases: harold-b/vscode-duktape-debug
Releases · harold-b/vscode-duktape-debug
Release v0.5.6
Release v0.5.5
Now published in VSCode marketplace.
Changelog
- Fix
dukRemoteRoot
option so that it removes prefix before caching - Improve debugging experience by passing option to embed debug adapter from
NODE_ENV
- Fix
mappings.wasm
issue which required it being located at/mappings.wasm
Release v0.5.4
Now published in VSCode marketplace.
Changelog
- Dynamically resize input buffer when if it is too small to hold all input data
- Check in sourceRoots and outDir when matching paths for source maps.
Release v0.5.3
Release v0.5.2
Now published in VSCode marketplace.
Changelog
- Fix issue with webpack config for marketplace publishing
- Add some logging for paths when resolving source maps
Release v0.5.1
Release v0.5.0
Now published in VSCode marketplace.
Changelog
- Support for multiple source roots (Thanks @lapitskyartem)
- Fix breakpoints race condition (Thanks @koush)
- Fix source map resolution
- Fix initialisation order
- Add ability to set variable through debugger
- Simplify debugging with compound launch task and DebugAdapterDescriptorFactory
- Use Webpack for extension bundling