Skip to content

Commit

Permalink
improve mutation tracking and fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
CapsAdmin committed Jun 28, 2022
1 parent 03d4962 commit df3e648
Show file tree
Hide file tree
Showing 8 changed files with 263 additions and 145 deletions.
36 changes: 17 additions & 19 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "debug related tests",
"type": "lua-local",
"request": "launch",
"args": [
"${relativeFile}"
],
"program": {
"lua": "luajit",
"file": "test/run.lua",
}
},
]
}
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "debug related tests",
"type": "lua-local",
"request": "launch",
"args": ["${relativeFile}"],
"program": {
"lua": "luajit",
"file": "test/run.lua"
}
}
]
}
Loading

0 comments on commit df3e648

Please sign in to comment.