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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -