Skip to content

feat: Remote Development parameters from the URL

Tomas Vik requested to merge load-params-from-url-public into main

This MR makes it possible to pre populate the RD parameters from URL:

http://localhost:8000/?remoteHost=localhost:8081&hostPath=/Users/tomas/workspace/gitlab-vscode-extension&tkn=password

This URL populates remoteHost, hostPath and token.

Closes gitlab#371618 (closed)

Edited by Tomas Vik

Merge request reports