Skip to content

Commit

Permalink
version bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomblind committed Apr 3, 2022
1 parent 445b298 commit d51ee29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.3.3
- Added support for utf8 identifier names
- Implemented pipe communication as an alternative to using stdio (use `"communication": "pipe"` under `"program"`)
- No longer stepping into Lua when a sourcemap exists but the line is not mapped (use stepUnmappedLines for old behavior)
- Ensuring child processes are killed on Linux
- Fixed many bugs and improved visualization of some expressions

## Version 0.3.2
- Added `ignorePatterns` option to skip over specified files when stepping (useful for busted)
- Allowed `scriptFiles` to work with leading relative paths (`./`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "local-lua-debugger-vscode",
"publisher": "tomblind",
"version": "0.3.2",
"version": "0.3.3",
"description": "Local Lua Debugger - simple Lua debugger with no dependencies",
"displayName": "Local Lua Debugger",
"icon": "resources/Lua-Logo_128x128.png",
Expand Down

0 comments on commit d51ee29

Please sign in to comment.