All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.9 (2020-06-15)
0.3.8 (2020-05-09)
- Add new property
argsString
. (087cc29)
0.3.7 (2020-02-08)
- Avoid chmod bashdb if it is already executable. (80f9771)
- Error message for invalid args configuration. (b0c7b38)
- Work with global config. (2c22844)
0.3.6 (2019-09-05)
- Set proper default value for terminalKind. (ac530b8)
0.3.5 (2019-05-21)
- Set debug console as default
terminalKind
(e040c7f) - Update dependencies, readme, error messages. (7ef4fb2)
- interactive scripts need to select proper terminalKind
0.3.4 (2019-02-25)
- Fix for running with powershell + environment variables. (5e8f8fd)
- Fix indentation (\t) on string template causes commands to fail on bash (9ce9dad)
- Add environment variables launch configuration. (d7d6d8c)
0.3.3 (2018-10-31)
- Handle relative path in debugger break output (ea85063)
0.3.2 (2018-09-25)
- Use defined bashPath in terminal (0626d7e)
0.3.1 (2018-09-24)
- Fix for unnecessary messages when checking breakpoint conditions (620a264)
- windows: Utilize wsl.exe instead of deprecated bash.exe (3bbc0e8)
- Allow for conditional breakpoints (28586a8)
- Include bashdb scripts to extension package ("out of the box" usage) (e479308)
- Start debugged scripts in terminal to allow stdin input (b1c5a19)
0.2.4 (2018-09-02)
- Fix for breakpoints handling (39446cf)
0.2.3 (2018-08-27)
- Fix file opening second time on debugger break (938d75f)
- Fix for handling whitespace in source path, requires bashdb fix in place (f811b57)
- Fix relative source path recognition during debugger break (07690c5)
- Handle space characters in launch.json args array (850ce87)
0.2.2 (2018-08-20)
- Fix crash when debugging inaccessible source file (af9c3d0)
0.2.1 (2018-08-09)
- Fix breakpoint setting for newest bashdb (5390d7f)
- Use defined bash path when stopping debug process (313bcd6)
0.2.0 (2018-04-12)
- fixed error when
cwd
contains space characters (1a2a9b3)
- deploy: automated changelog generation (9ea28cb)
0.1.1 (2018-03-17)
- 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)
0.1.0 (2017-06-13)
- fix deprecated launch.json format
0.0.7 (2017-02-25)
- fix redundant watch value data, explain watch expressions (#26)
- fix manual extering of script to run (BashOnWindows case)
0.0.6 (2017-02-25)
0.0.5 (2017-01-21)
- windows 10 experimental support (verified on insider build 15014)
0.0.4 (2017-01-17)
- fix for larger scripts (#22)
0.0.3 (2017-01-14)
- remove usage of mktemp (#19)
- partial pause support (not finalized yet)
- preparations for Windows 10 support (once fixes are made in BashOnWindows)
0.0.2 (2016-11-06)
- fixed broken initial configurations (for VS Code 1.7.1)
- using single bash process instance as backend
- dropping "tree-kill" usage (using unix pkill directly)