v0.1.0
This release has several big features:
- Non terminal mode is default mode for
launch
request #91- Faster launch performance.
- STDOUT/ERR will be printed on the "DEBUG CONSOLE".
- Note that if you need to use STDIN, please use
useTerminal: true
.
- Better Windows support
- You don't need to write
debugPort
and it uses TCP/IP available port automatically
- You don't need to write
- New ICON #74
And more!
What's Changed
-
Debugging feature improvements
- Follow config option waitLaunchTime if defined when waiting for connection to port/socket by @dmmatson in #45
- Support breakpoints in haml and slim files as well by @rbclark in #62
- multiple terminals by @firien in #56
- Wait 5 seconds instead of 1 second when launching debugger on windows by @ono-max in #80
- Run the debuggee process in spawn method for performance by @ono-max in #91
- support
env
config onattach
mode. by @ko1 in #92 - remove unexpected empty option by @ko1 in #93
- use Terminal on nodebug by @ko1 in #94
- Remove unexpected empty option on tcp mode by @ono-max in #97
- Enable sync mode on stdout by @ono-max in #96
- Output running debug commands to the channel by @ono-max in #102
- Exit debugger session when the child process ends unexpectedly by @ono-max in #100
- Exit debugger session when LoadError is occurred by @ono-max in #99
-
Windows support
-
CI/CD
- Add test cases for vscode extension by @ono-max in #67
- Configure Github Actions to run tests for pull request by @ono-max in #69
- Pass tests on CI for macOS by @ono-max in #75
- Pass tests on CI for Windows by @ono-max in #79
- Configure GitHub Actions to publish automatically by @ono-max in #90
- Add e2e tests by @ono-max in #88
-
Misc
- typo fix by @firien in #57
- Format code in extension.ts by @ono-max in #59
- eslint updates by @firien in #60
- no-unused-expressions by @firien in #64
- Use NPM instead of YARN by @ono-max in #68
- yarn has been removed by @firien in #73
- Remove unused vscode-test package by @ono-max in #77
- icon proposal by @firien in #74
- more yarn cleanup by @firien in #83
New Contributors
Full Changelog: v0.0.11...v0.1.0