VS Code extension prototype for generating a Maven test project for RESTAGE.
Development test
Open this folder in VS Code.
Press F5.
In the Extension Development Host, click the RESTAGE icon.
Fill the wizard and click Generate Maven test project.
The view switches to a generated project explorer and the project folder opens in VS Code.
Click Run Maven Test to run mvn clean test.
Click Open RESTAGE to return to the wizard.
Commands
RESTAGE: Open Studio
RESTAGE: Run Maven Tests
RESTAGE: Reset Saved Settings
Layout note
In Project Explorer mode, ACTIONS is contributed before Project Explorer so VS Code gives the small action list the first/minimum section height and leaves the remaining space for the native Project Explorer tree.