kestra-io / vscode-kestra

VSCode extension to bring Kestra's autocompletion to your IDE
Apache License 2.0
10 stars 0 forks source link

Invalid Url for downloading the schema #5

Closed tchiotludo closed 1 year ago

tchiotludo commented 1 year ago

seems that here : https://github.com/kestra-io/vscode-kestra/blob/main/src/extension.ts#L60C61-L60C70 should be :

const url = kestraUrl.replace(/\/$/, "") + (kestraUrl !== kestraApi ? "" : "/api") + "/v1/plugins/schemas/flow";
brian-mulier-p commented 1 year ago

There's no issue in the end, closing