The current interface offers the commands 'open_config' or 'load_config' to fetch the URL to the webview, in which a FM can be configured. However, the URL will be transmitted via a request back to the client with the URL instead of sending it directly as the response.
The PR removes this indirection in the backend and also adapts the vscode extension to handle it properly.
The current interface offers the commands 'open_config' or 'load_config' to fetch the URL to the webview, in which a FM can be configured. However, the URL will be transmitted via a request back to the client with the URL instead of sending it directly as the response. The PR removes this indirection in the backend and also adapts the vscode extension to handle it properly.