Universal-Variability-Language / uvl-lsp

Language server protocol for the Universal Variability Language (UVL)
MIT License
10 stars 4 forks source link

feat(FM-Configuration): Optimize communication to access configure-view #120

Closed JannisDommer closed 10 months ago

JannisDommer commented 12 months ago

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.