Skip to content

Releases: rogalmic/vscode-bash-debug

untagged-438733f35feb8659d939

14 Feb 21:56
Compare
Choose a tag to compare
chore: Further test fix.

untagged-78eaa7784342409ec2a3

15 Jun 19:44
Compare
Choose a tag to compare
chore(release): 0.3.9

untagged-4a18dc752cd1f2cbf0f9

09 May 13:47
Compare
Choose a tag to compare
chore: downgrade vscode dev dep.

untagged-3536d7902e1d69eb2a10: feat: Add new property `argsString`.

08 May 15:39
087cc29
Compare
Choose a tag to compare
* 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

08 Feb 07:32
Compare
Choose a tag to compare
chore(release): 0.3.7

untagged-d411f05893f99d28fd77

08 Feb 07:12
2c22844
Compare
Choose a tag to compare
fix: Work with global config.

untagged-a63ba31df46291d22fff

08 Feb 07:22
Compare
Choose a tag to compare
fix: Error message for invalid args configuration.

untagged-d762c87dcac246c50aa0

17 Jan 16:05
Compare
Choose a tag to compare
chore: Update dependencies.

untagged-c051f725954cc1448da2: fix: Avoid chmod bashdb if it is already executable.

17 Jan 15:58
Compare
Choose a tag to compare
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

06 Sep 12:20
Compare
Choose a tag to compare
chore: Update nodejs.