vscode-spring-initializr
vscode-spring-initializr copied to clipboard
Append to path of serviceUrl when generating downloadUrl.
Today if you configure "spring.initializr.serviceUrl": [ "https://my-domain/my-initializr/" ] then it works to fetch json metadata but later when trying to fetch the zip-package it fails since the path-part of the url (my_initializr) is replaced with starter.zip. This PR solves that.