Releases: rogalmic/vscode-bash-debug
Releases · rogalmic/vscode-bash-debug
untagged-6efcc3d1a5b112640855
chore(changelog): fix `minor` release format in changelog
untagged-aa95196d2a5f3b773199
chore(release): 0.2.0
untagged-81039dd7967e63b51169: fix: fixed error when `cwd` contains space characters
* fix: fixed error when cwd contains space characters * fix tests
untagged-acf7ac94ebf1a5e43987: ci: use proper node verisons (#64)
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
chore(build): update package-lock.json
untagged-1ff5afd89a4c595cdecd: feat(deploy): automated changelog generation
* chore(release): 0.1.1 * feat(deploy): automated changelog generation
untagged-f78a04b0c535499f742f: Merge pull request #62 from rogalmic/FixTypeInConfigurationSnippet
Fix the type-in launch config
Release v0.1.1
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)
- BREAKING change attribute names
- 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
update deployment info
release 0.1.0
- fix deprecated launch.json configuration