Create VSCode extension from scratch to testing, documentation, and publishing
Introduction In this post, We would try to develop and publish a visual studio code extension using VSCode samples, APIs, and TypeScript. The extension we will make is called Oops and is currently available at the VSCode Marketplace and GitHub if you want to check it out for yourself. This extension will be a simple and straightforward one as…