CompareFolders — a Visual Studio Code extension journey — Part II
September 12, 2019In the last post , we talked about the plugin, the requirements and the motivations. Like promised, the post will includes an explanation…
In the last post , we talked about the plugin, the requirements and the motivations. Like promised, the post will includes an explanation…
In the last post , we talked about how to add a command to the commands palette so the user could interact with the plugin via commands. In…
In the last post , we talked about how to add an icon to the activity bar and “attach” a view to it. How to use TreeDataProvider to…
In the last post , we talked about how to add a button to a panel’s top bar — either in the “more” menu or as icon button in the top bar…
This post meant to introduce the journey of the Visual Studio Code (“vscode”) plugin CompareFolders . The post is (will be) part of a…