File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the "vectorcastTestExplorer" extension will be documented in this file.
44
5+ ## [ 1.0.23] - 2025-10-08
6+
7+ ### Changed
8+ - Reorganized requirement representation in WebViews
9+
510## [ 1.0.22] - 2025-10-07
611
712### Added
Original file line number Diff line number Diff line change 22 "name" : " vectorcasttestexplorer" ,
33 "displayName" : " VectorCAST Test Explorer" ,
44 "description" : " VectorCAST Test Explorer for VS Code" ,
5- "version" : " 1.0.22 " ,
5+ "version" : " 1.0.23 " ,
66 "license" : " MIT" ,
77 "repository" : {
88 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -2486,7 +2486,9 @@ async function generateRequirements(enviroPath: string) {
24862486 }
24872487 }
24882488
2489- const config = vscode . workspace . getConfiguration ( "vectorcastTestExplorer.reqs2x" ) ;
2489+ const config = vscode . workspace . getConfiguration (
2490+ "vectorcastTestExplorer.reqs2x"
2491+ ) ;
24902492 const generateHighLevelRequirements = config . get < boolean > (
24912493 "generateHighLevelRequirements" ,
24922494 false
You can’t perform that action at this time.
0 commit comments