How to test Visual Studio Code extension — part 1

Table of contents
From this article you will learn how to:
- how to write a complete Visual Studio Code extension test
- find documentation, articles, and use cases to test VSCode extension
- change extension preferences for each test case
- programatically create and open…