I just found an useful configuration for the Visual Studio Code terminal tabs.
How to debug the Javascript code of a Vue.js application using Visual Studio Code
This blog post is a short cheat sheet, how to setup Vue.js debugging in Visual Studio Code, when you run the application in a Chrome Browser. I used the example source code of the Cloud Native Starter project. If you debug a Vue.js application, you usually need two kinds of debugging. First debug and inspect the frontend page itself: such as Html, Css and so on. First debug and inspect the frontend page itself: such as Html, Css and so on. Second debug the logic of the Javascript code for the application.
Configure the attach debug for Quarkus in Visual Studio Code
How to simply organize workspaces and the debugging configuration separated from source code saved in GitHub and how to simply configure attach debug for Quarkus in Visual Studio Code
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (83) … using a remote development container to run the Vue.js application
OS X 64-bit with Unsupported runtime (83) ... In this blog post I want to show, how to setup a remote development container for a Vue.js application, which isn't able to run on my local machine, even after the update of Node.js, npm and yarn.
Write and execute a JUnit test for a Java microservice based on MicroProfile and run both in the OpenLiberty development mode
This blog post has the focus on: how to develop a JUnit test for the Authors microservice from the Cloud Native Starter example and run both the Authors microservice and the JUnit test on OpenLiberty in the development mode. That blog post hasn't the objective to be a blueprint or a 'how to guide' for... Continue Reading →
Run a MicroProfile Microservice on OpenLiberty in a Remote development container in Visual Studio Code
In this blog post I want to show, how to setup a local remote Java development container for Eclipse MicroProfile with OpenLiberty in Visual Studio Code. I did that for the Authors microservice from the Cloud Native Starter project with MicroProfile 3.2, OpenJDK Java 11, and the latest OpenLiberty version. That blog post is structured... Continue Reading →