diff --git a/vs-code-extension/CHANGELOG.md b/vs-code-extension/CHANGELOG.md index c15c3519..6142e0ea 100644 --- a/vs-code-extension/CHANGELOG.md +++ b/vs-code-extension/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to the "cobol-unit-test" extension will be documented in this file. Versioning according to SemVer: https://semver.org/ -## [0.4.5] 04.04.2024 + +## [0.4.6] 08.10.2024 +- Fixed windows run test script in the extension to only run the executable once. + +## [0.4.5] 08.10.2024 - Now using COBOL Check version 0.2.12 ## [0.4.4] 04.04.2024 diff --git a/vs-code-extension/Cobol-check/scripts/windows_gnucobol_run_tests.cmd b/vs-code-extension/Cobol-check/scripts/windows_gnucobol_run_tests.cmd index e0c2d9ba..c28b75b6 100644 --- a/vs-code-extension/Cobol-check/scripts/windows_gnucobol_run_tests.cmd +++ b/vs-code-extension/Cobol-check/scripts/windows_gnucobol_run_tests.cmd @@ -6,5 +6,4 @@ rem rem GnuCOBOL 3.+ is installed and on the path. Its executable or alias or symlink is named "cobc". %~d1 cd %~p1 -cobc -xj %* -%~n1 \ No newline at end of file +cobc -xj %* \ No newline at end of file diff --git a/vs-code-extension/package.json b/vs-code-extension/package.json index 83596dd3..d8745395 100644 --- a/vs-code-extension/package.json +++ b/vs-code-extension/package.json @@ -8,7 +8,7 @@ "Snippets" ], "description": "Extension for running unit tests in Cobol", - "version": "0.4.5", + "version": "0.4.6", "icon": "images/cobol-check-logo-small.png", "repository": { "type": "git", @@ -40,7 +40,7 @@ } ], "description": "Extension for running unit tests in Cobol", - "version": "0.4.5", + "version": "0.4.6", "icon": "images/cobol-check-logo-small.png", "repository": { "type": "git",