vectorgrp / vector-vscode-vcast

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

The extension should ignore environment directories that are opened directly. #172

Closed johnpaliotta closed 3 months ago

johnpaliotta commented 3 months ago

If your workspace root is a VectorCAST environment directory, the test pane will have an environment node with no name, and some commands like Re-Build Environment will fail because the directory cannot be deleted when it is open in the Workspace!

This edge case should not have been supported in the first place.

aytey commented 3 months ago

Can we give a notification when this happens to tell the user why they're not getting anything?

johnpaliotta commented 3 months ago

Can we give a notification when this happens to tell the user why they're not getting anything?

yep, good idea, added