Files
vscode-extension-samples/lsp-web-extension-sample/client/src
Jakub Míšek c372eee4a1 do not encode the ?target=web query parameter
fixes https://github.com/microsoft/vscode-extension-samples/issues/560
The path to `browserServerMain.js` has target=web query parameter when running on web. `Uri.toString()`, by default, encodes the `=` character so the resource is not loaded correctly from the unpkg service when published to marketplace
2022-02-26 01:28:11 +01:00
..