Eugen Kremer
Eugen Kremer
I am trying to create a launch configuration for remote debugging! On a long way to the first results I came across the [Configure C/C++ debugging](https://github.com/microsoft/vscode-docs/blob/a925c1c849acc378e07b42ccfc2b0647a2c281c4/docs/cpp/launch-json-reference.md#configure-cc-debugging) chapter. * I wonder...
* Uninstall / remove existing version of plugin * Download plugin in defined directory * Activate plugin * ask for restart, if the new version was installed, so that allocated...
Actions to be implemented * List available plugins * Mark already installed plugins * Uninstall action * Install action * Update
Github actions would feel more natural for the project. Additionally * change versioning schema Major.Minor.Fix * automate calculation of the Fix number by count commits since last Major.Minor change
### Description As a developer I would like to trace execution of my application during execution of integration tests and then judge whether tests are sufficient or not by looking...