We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e88df commit ef604eeCopy full SHA for ef604ee
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Version 0.3.2
2
+- Added `ignorePatterns` option to skip over specified files when stepping (useful for busted)
3
+- Allowed `scriptFiles` to work with leading relative paths (`./`)
4
+
5
## Version 0.3.1
6
- Removed tests from extension bundle
7
package.json
@@ -1,7 +1,7 @@
{
"name": "local-lua-debugger-vscode",
"publisher": "tomblind",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "Local Lua Debugger - simple Lua debugger with no dependencies",
"displayName": "Local Lua Debugger",
"icon": "resources/Lua-Logo_128x128.png",
0 commit comments