#development #github #tools

If you are using GitHub Actions a lot like I do, it's sometimes a bit annoying that you don't get instant feedback after you have pushed code to your repository. In my case, if the action fails, I have to check my email to see this.

Wouldn't it be much nicer to be able to do this from within your editing environment, Visual Studio Code in my case?

Well, thanks for Christopher Schleiden, there is now a GitHub Actions extension for VSCode which does exactly that.

You can install the extension from the marketplace and the code is available at GitHub.