Skip to content

Releases: gediminasel/build-and-run-vs

v2.2.0

10 Nov 16:13
12e26e4
Compare
Choose a tag to compare

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.

In VSCode Marketplace

v2.1.0

10 Nov 16:08
82d1d3f
Compare
Choose a tag to compare

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.

In VSCode Marketplace

v2.0.0

19 Feb 00:09
a151f81
Compare
Choose a tag to compare

New features: checking against expected output, formatting in-place.
In VSCode Marketplace

v1.3.0

29 Nov 20:10
33c3149
Compare
Choose a tag to compare

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

29 Nov 19:35
576e0d6
Compare
Choose a tag to compare

New feature: add more settings: only allow one program running, clear output before the next run.
In VSCode Marketplace

v1.1.0

03 Oct 22:04
722e35b
Compare
Choose a tag to compare

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

03 Oct 22:01
8b29013
Compare
Choose a tag to compare

Fix regression in v1.0.3: don't run the app after a build failure.

v1.0.3

12 Sep 00:20
62ce2a9
Compare
Choose a tag to compare

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

08 Sep 20:05
53cd77b
Compare
Choose a tag to compare

Fixed bug in v1.0.1: extension crashes when program output is redirected to a file.
In VSCode Marketplace

v1.0.1

28 Aug 15:36
c020164
Compare
Choose a tag to compare

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