-
Notifications
You must be signed in to change notification settings - Fork 26
TODO for next version
Michał edited this page Apr 20, 2019
·
33 revisions
- Step into (F11)
source <path>
- Step into (F11) functions defined in
source
d scripts (needs verification) - Update README.md
- Update GIF animation
- Info about non-interactive scripting only
- Check if displaying GIF works correctly when vsix installed
- Test
- Windows Wow6432
- Windows native
- Linux (Ubuntu 17.10)
- macOS
- Update CHANGELOG.md
- new launch parameters
- deprecated parameters
- Update CONTRIBUTING.md
- info about CI
- change name to CONTRIBUTING.md
- macOS: add validation of avoid use of proctools'
pkill
(modifyvalidatePath()
)
- Fix for space in cwd folder path + other paths
- Fix for automatic configuration when selected to enter script manually
- investigate usage of https://github.com/conventional-changelog/standard-version, or https://github.com/semantic-release/semantic-release
- Review travis config and standarize release tag
- Arguments with white-spaces;
arg: ["--opt", "some file name with spaces.txt"]
(is this done?) - Debug interactive scripts (#37) (c.f. "External Terminal/Console" and "Integrated Terminal/Console" configurations in vscode-python)
- Download proper version of bashdb scripts and use it without installation (if possible), see Omnisharp download in Csharp plugin
- Fix pause functionality
- Remove polling (responsivity factor)
- Support for conditional breakpoints
- Document pathBash properly (wsl case)
- Show local variables in VARIABLES view
- Pass environment variables (c.f.
env
attribute in vscode-python) (#100) - Quick debug a opening file, without workspace or without
launch.json
(c.f. mock-debug) - Investigate support
msys2
in Windows as a secondary solution to WSL (#99) - Investigate docker support via 2 ssh channels (script, debugger) (#101)