Can I do this with a custom Visual Studio Code Extension? -


i have additional feature in visual studio code - "scope this" full visual studio solution explorer.

it context menu (right click) entry in file explorer of visual studio code - should limit files , folders displayed.

is such thing possible visual studio code extension?

i never built extension vs code before , know if possible or if waste time.

according the api docs, there no way filter visible files in explorer can done files.exclude setting. however, it possible open folder workspace.openfolder complex command. close opened editors, , forget original workspace root path.

your extension need remember initial root path , opened editors undo "scope this" menu, , reopening every time cause quite lag.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -