kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

Adjust name of validation panel/tab #7

Closed f1ames closed 9 months ago

f1ames commented 1 year ago

The name of a SARIF tab, when opened from Monokle extension, should be more meaningful than it is now:

image

This is managed by SARIF extension, so it may require changes there. Or maybe it can be changed through workspace.tabGroups API somehow.

f1ames commented 1 year ago

This is managed by SARIF extension, so it may require changes there. Or maybe it can be changed through workspace.tabGroups API somehow.

VSCode API only exposes tabs as readonly so this will need changes on SARIF extension.