Skip to content

Releases: vectorgrp/vector-vscode-vcast

1.04

22 Aug 16:21
c73e306
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.04

Added support for compound only tests #6

08 Aug 14:01
a321244
Compare
Choose a tag to compare
Add support for compound only tests (#6)

### Add support for "compound only" tests
- Add support for TEST.COMPOUND_ONLY in the script editor
- Includ compound only tests in the test tree to allow editing
- Append "[compound only]" to test names in the test explorer tree
- Add logic to skip execution of compound only tests

### Fix a race condition on Load Test Script command
- In some cases, the automatic save of the test script was not complete
by the time clicast was called to load the script.

### Add support for test script option: STRUCT_BASE_CTOR_ADDS_POINTER
- This option is new for VectorCAST 23 sp2

### Fix spelling errors / typos in source code comments

1.0.2

01 Aug 15:41
e267d35
Compare
Choose a tag to compare

Added support for VECTORCAST_DIR (#4)

1.0.1

21 Jul 18:38
Compare
Choose a tag to compare

This is the initial release of the VectorCAST extension for Visual Studio Code