Releases: rogalmic/vscode-bash-debug
Releases · rogalmic/vscode-bash-debug
untagged-438733f35feb8659d939
chore: Further test fix.
untagged-78eaa7784342409ec2a3
chore(release): 0.3.9
untagged-4a18dc752cd1f2cbf0f9
chore: downgrade vscode dev dep.
untagged-3536d7902e1d69eb2a10: feat: Add new property `argsString`.
* feat: add new property argsString * fix: error when no argString property * refactor: wrap arguments in a function * refactor: use shell-quote to parse args array And also perform the argsString validation at extension.ts. * chore: clean changed files wrongly * chore: add execution permission to bashdb * format: delete space in import
v0.3.7
untagged-d411f05893f99d28fd77
fix: Work with global config.
untagged-a63ba31df46291d22fff
fix: Error message for invalid args configuration.
untagged-d762c87dcac246c50aa0
chore: Update dependencies.
untagged-c051f725954cc1448da2: fix: Avoid chmod bashdb if it is already executable.
If the installation of the plugin is not owned by the current user, then it's unlikely that they will have permission to change the mode of the bashdb file. To protect against that, we avoid chmod'ing the bundled bashdb if it's already got the execute bit set, allowing this to be done once for the installation by a user with write permission.
untagged-720312d1d8b9bdf559fb
chore: Update nodejs.