Commit Graph

5 Commits

Author SHA1 Message Date
6f441d1a03 Update dependencies 2024-02-02 09:14:49 +01:00
cfacef858e fix: typos 2022-07-26 11:17:22 +08:00
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
fb8f601e36 add helloworld-web-sample 2021-08-20 12:04:40 +02:00
d885d442fa add lsp-web-extension-sample 2021-07-21 18:13:58 +02:00