Skip to content

TODO for next version

Michał edited this page Apr 20, 2019 · 33 revisions

0.1.1 (Released)

  • Step into (F11) source <path>
  • Step into (F11) functions defined in sourced 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
  • macOS: add validation of avoid use of proctools' pkill (modify validatePath())

0.2.0

0.3.0

  • 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

0.4.0 or later

  • 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)
Clone this wiki locally