intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
107 stars 48 forks source link

Update Test Explorer when test classes are renamed #1332

Closed isc-bsaviano closed 6 months ago

isc-bsaviano commented 6 months ago

I assumed that renaming files triggered both a "create" event on the new URI and a "delete" event on the old URI, but that wasn't true. This PR adds a listener for the "rename" event as well so the Test Explorer tree is always accurate.