Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d51ee29

Browse files
committedApr 3, 2022
version bump to 0.3.3
1 parent 445b298 commit d51ee29

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 0.3.3
2+
- Added support for utf8 identifier names
3+
- Implemented pipe communication as an alternative to using stdio (use `"communication": "pipe"` under `"program"`)
4+
- No longer stepping into Lua when a sourcemap exists but the line is not mapped (use stepUnmappedLines for old behavior)
5+
- Ensuring child processes are killed on Linux
6+
- Fixed many bugs and improved visualization of some expressions
7+
18
## Version 0.3.2
29
- Added `ignorePatterns` option to skip over specified files when stepping (useful for busted)
310
- Allowed `scriptFiles` to work with leading relative paths (`./`)

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "local-lua-debugger-vscode",
33
"publisher": "tomblind",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"description": "Local Lua Debugger - simple Lua debugger with no dependencies",
66
"displayName": "Local Lua Debugger",
77
"icon": "resources/Lua-Logo_128x128.png",

0 commit comments

Comments
 (0)
Please sign in to comment.