Skip to content

Commit

Permalink
Merge pull request #357 from openmainframeproject/Developer
Browse files Browse the repository at this point in the history
Fixed windows test script in extension
  • Loading branch information
TommyTechh authored Oct 8, 2024
2 parents cc280b8 + 605caec commit ba8a425
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion vs-code-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
cobc -xj %*
4 changes: 2 additions & 2 deletions vs-code-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ba8a425

Please sign in to comment.