Instead of using rsp-ui for creating a server it it possible to define at least a default one "as code" in git repo ?
In intelliJ we have the possibility to create launchers using Tomcat, jetty,... and commit them. (The IDE automatically pick them up. )
As a developer, to start a webapp I just need to click on the launcher. No need to deal with any kind of configuration. It just works out of the box.
Which is handy combined with devcontainers for creating ephemeral dev environments in few minutes.
The .vscode/settings.json file doesn't seem to have any option to do so. .vscode/launch.json either.
Do we already have any workaround yet ?
Otherwise is there already an initiative to make it more user friendly ? Maybe a new launcher type rsp-server ?
(https://code.visualstudio.com/api/extension-guides/debugger-extension )
Instead of using
rsp-uifor creating a server it it possible to define at least a default one "as code" in git repo ?In intelliJ we have the possibility to create launchers using Tomcat, jetty,... and commit them. (The IDE automatically pick them up. )
As a developer, to start a webapp I just need to click on the launcher. No need to deal with any kind of configuration. It just works out of the box.
Which is handy combined with devcontainers for creating ephemeral dev environments in few minutes.
The
.vscode/settings.jsonfile doesn't seem to have any option to do so..vscode/launch.jsoneither.Do we already have any workaround yet ?
Otherwise is there already an initiative to make it more user friendly ? Maybe a new launcher type
rsp-server?(https://code.visualstudio.com/api/extension-guides/debugger-extension )