Skip to content

Releases: franneck94/Vscode-C-Cpp-Runner

Version 9.2.1

16 Oct 15:16
Compare
Choose a tag to compare

Version 9.2.1: Oct 16, 2023

  • Regression: Fixed compiler warnings not showing in problems tab

Version 9.2.0

08 Oct 14:50
Compare
Choose a tag to compare

Version 9.2.0: Oct 08, 2023

  • Info: Added better understandable error messages for compilers

Version 9.1.0

07 Oct 08:40
Compare
Choose a tag to compare

Version 9.1.0: Oct 07, 2023

  • Info: Added better understandable error messages
  • Bugfix: Fixed some debug config issues

Version 9.0.0

28 Sep 08:17
Compare
Choose a tag to compare

Version 9.0.0: Sep 01, 2023

  • Info: Huge internal refactoring (users shouldn't care about this ;))
  • Info: Added option for MSVC to deactivate safety warnings about functions like scanf, printf etc.
  • Info: Auto select workspace dir if there are source files as the active folder on startup
  • Info: Add error message on single file run, when the exe is not present

Version 8.1.0

08 Aug 13:27
Compare
Choose a tag to compare

Version 8.1.0: Aug 08, 2023

  • Info: Added LTO for Cuda Code
  • Info: Added Compile Time Info for Cuda Code

Version 8.0.0

08 Aug 12:36
Compare
Choose a tag to compare

Version 8.0.0: Aug 08, 2023

  • Info: Added the ability to compile Cuda (.cu) code with the Cuda NVCC compiler
  • Info: Removed some keyboard shortcuts
  • Info: Trigger error message window when the user wants to run or debug a non-existing executable

Version 7.1.0

31 Jul 06:38
Compare
Choose a tag to compare

Version 7.1.0: Jul 31, 2023

  • Info: Added Run and Debug Single File Action to the play button in the upper right corner

Version 7.0.4

24 Jul 18:55
Compare
Choose a tag to compare

Version 7.0.4: Jul 24, 2023

  • Info: Updated README.md

Version 7.0.3

20 Jul 15:12
Compare
Choose a tag to compare

Version 7.0.3: Jul 20, 2023

  • Info: Updated README.md

Version 7.0.2

11 Jul 11:34
Compare
Choose a tag to compare

Version 7.0.2: June 30, 2023

  • Info: Only use LTO flag when there are multiple translation units