vectorgrp / vector-vscode-vcast

A VectorCAST test adapter for VS Code
Other
8 stars 2 forks source link

Improve test script load processing when there are errors #186

Open johnpaliotta opened 2 months ago

johnpaliotta commented 2 months ago

Currently, we open the message pane and display the output from clicast when there are any errors loading a test script. For example if one of the lines has incorrect syntax.

An improvement could be to parse the clicast output, look for error lines, formatted as "(E)" and turn these into VS Code Problems