Livestream with Tyler Leonhardt on Extension Development! #707
Replies: 2 comments 1 reply
-
It's a good demo of how difficult it is to test extensions! Just to wait for a quick pick to open, he called an undocumented command And I know there's some VS Code features that don't work in tests at all like the modal dialog boxes. It would be great if these tools were wrapped up in a package or a VSCode API that is only available in ExtensionMode of test or development. The stability of all extensions would benefit by being able to test against new/insider versions without mocking out, eg the entire QuickPick API or the entire |
Beta Was this translation helpful? Give feedback.
-
For those looking for the source code of the Fugio extension that Tyler created for the stream, you can find it here https://github.com/TylerLeonhardt/vscode-fugio-stream. It's a modified version from the one you find in the marketplace. Another extension I suggest as a good source about testing is Peacock from John Papa. When I decided to play with testing my own extensions, for things other than unit tests, Peacock source was a great guide. It's great to see more references and samples about testing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! In about 15 minutes (8 AM Pacific Time on July 20th), we'll be livestreaming from our VS Code YouTube channel with Tyler Leonhardt, an engineer on the VS Code team that many of you probably know. He'll be doing a live coding session on extension development, covering how to test an extension and how to make an extension run in the web. Check it out, and the replay, here!
Beta Was this translation helpful? Give feedback.
All reactions