Skip to content

Releases: rogalmic/vscode-bash-debug

untagged-6efcc3d1a5b112640855

13 Apr 07:17
Compare
Choose a tag to compare
chore(changelog): fix `minor` release format in changelog

untagged-aa95196d2a5f3b773199

12 Apr 11:54
Compare
Choose a tag to compare
chore(release): 0.2.0

untagged-81039dd7967e63b51169: fix: fixed error when `cwd` contains space characters

12 Apr 11:44
1a2a9b3
Compare
Choose a tag to compare
* fix: fixed error when cwd contains space characters

* fix tests

untagged-acf7ac94ebf1a5e43987: ci: use proper node verisons (#64)

20 Mar 12:57
c23b91a
Compare
Choose a tag to compare
As build logs in Travis CI reads, currently node 9.8.0 is used:

  $ node --version
  v9.8.0

whereas vscode sesms to use older versions.

One of the proper versions is 7.9.0:
  - vscode on Ubuntu runs on 7.9.0 (Help -> About)
  - package.json says bash-debug should run on 7.9.0

And one may be 8.9.1, since ">= 8.9.1, < 9.0.0" is required to build
latest vscode.
https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites

untagged-23f3d21831308736d26c

20 Mar 11:22
Compare
Choose a tag to compare
chore(build): update package-lock.json

untagged-1ff5afd89a4c595cdecd: feat(deploy): automated changelog generation

19 Mar 15:03
9ea28cb
Compare
Choose a tag to compare
* chore(release): 0.1.1

* feat(deploy): automated changelog generation

untagged-f78a04b0c535499f742f: Merge pull request #62 from rogalmic/FixTypeInConfigurationSnippet

18 Mar 09:26
419533d
Compare
Choose a tag to compare

Release v0.1.1

17 Mar 14:11
Compare
Choose a tag to compare

Bugfix release v0.1.1

  • update attributes in launch.json
    • BREAKING change attribute names
      • bashDbPath -> pathBashdb
      • bashPath -> pathBash
      • scriptPath -> program
    • add cwd attribute to set working directory (#25, #32)
    • add trace attribute to enable logging of the Debug Adapter Protocol
    • fix default launch.json generation after breaking change in Microsoft's debug adapter interface (#39, #41, #45, #46)
  • dynamic default pathBash generation, allowing 32bit and 64bit VSCode usage on Windows
  • automated deployment (possibility to download pre-release extension's vsix directly from github)

untagged-3361a1468824fe53dcde

17 Mar 16:13
Compare
Choose a tag to compare
update deployment info

release 0.1.0

13 Jun 18:24
Compare
Choose a tag to compare
  • fix deprecated launch.json configuration