Drive Visual Studio Code with TestComplete
I am trying to drive the VS Code UI the same way I would with any other app. It is not my favorite solution to my current issue. But it is what it is. I am given a message pointing me to an article.
I then need to know, I guess, if this is Electron based or CEF. Or if this is even possible. Thanks!
Follow up...
Visual Studio Code is a source-code editor that can be used with a variety of programming languages, including C, C#, C++, Fortran, Go, Java, JavaScript, Node.js, Python, Rust, and Julia.[17][18][19][20][21] Visual Studio Code employs the same editor component (codenamed "Monaco") used in Azure DevOps (formerly called "Visual Studio Online" and "Visual Studio Team Services").[22]
The downloadable version of Visual Studio Code is built on the Electron framework,[23] which is used to develop Node.js web applications that run on the Blink layout engine. Visual Studio Code for the Web is a browser-based version of the editor that can be used to edit both local files and remote repositories (on GitHub and Microsoft Azure) without installing the full program.[24] It is officially supported and hosted by Microsoft and can be accessed at vscode.dev.