Releases: gediminasel/build-and-run-vs
v2.2.0
Improvements:
- Run results are also shown inline using Tests API (can be disabled in settings).
- Improved formatting behaviour: The cursor should remain in the same position if the file is already formatted.
v2.1.0
Improvements:
- The extension should now re-use the same Output panel.
stderr
is ignored when checking the program's output so you can keep all the debug info you want.
v2.0.0
New features: checking against expected output, formatting in-place.
In VSCode Marketplace
v1.3.0
New feature: add workspace_path
variable.
Improvements: late arriving output from killed programs is no longer shown after clearing.
In VSCode Marketplace
v1.2.0
New feature: add more settings: only allow one program running, clear output before the next run.
In VSCode Marketplace
v1.1.0
New feature: automatically converts line endings of input markers to document line endings.
Improvement: throws an error if input markers are empty.
In VSCode Marketplace
v1.0.4
Fix regression in v1.0.3: don't run the app after a build failure.
v1.0.3
Fixed bug in v1.0.2: if program output is redirected to a file, the extension still prints some of it when the program terminates.
In VSCode Marketplace
v1.0.2
Fixed bug in v1.0.1: extension crashes when program output is redirected to a file.
In VSCode Marketplace
v1.0.1
Fixed bug in v1.0.0: null characters ('\0') in the program's output result in the remainder of the output missing.
In VSCode Marketplace