Closed g98aq8g09w closed 2 years ago
Hello! This should already be possible by changing the commentAnchors.workspace.matchFiles
config property to **/*.{sv,v}
Currently this only applies to the workspace anchors panel. The next release will apply the same behavior to opened text files.
I found that the default setting is /, but I just want to match .sv and *.v files. I've tried the /{.sv,.v}//*
and /{.sv,.v}/*/ as the exclude setting style, not working.