Releases: franneck94/Vscode-C-Cpp-Runner
Releases · franneck94/Vscode-C-Cpp-Runner
Version 9.2.1
Version 9.2.1: Oct 16, 2023
- Regression: Fixed compiler warnings not showing in problems tab
Version 9.2.0
Version 9.2.0: Oct 08, 2023
- Info: Added better understandable error messages for compilers
Version 9.1.0
Version 9.1.0: Oct 07, 2023
- Info: Added better understandable error messages
- Bugfix: Fixed some debug config issues
Version 9.0.0
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
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
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
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
Version 7.0.4: Jul 24, 2023
- Info: Updated README.md
Version 7.0.3
Version 7.0.3: Jul 20, 2023
- Info: Updated README.md
Version 7.0.2
Version 7.0.2: June 30, 2023
- Info: Only use LTO flag when there are multiple translation units