Commit Graph

11 Commits

Author SHA1 Message Date
f7f5bee0e5 Update to TS 4.7 2022-05-24 15:04:19 -07:00
692738a174 Merge pull request #564 from jakubmisek/main
do not encode the `?target=web` query parameter
2022-04-25 15:17:05 +02:00
1ab7fffe8d Bump minimist from 1.2.5 to 1.2.6 in /lsp-web-extension-sample/client
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 18:33:18 +00:00
0d36653b0d Bump all targets to es2020
Fixes #530
2022-02-28 13:45:21 -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
2feab6d8f1 update vscode/test-web 2022-02-22 17:36:07 +01:00
2bc23042f1 Update samples to build with TS 4.5.5 2022-02-09 11:38:40 -08:00
355d5851a8 Build extensions using TS 4.4 2021-10-04 12:24:14 -07:00
d84bc54523 update web samples 2021-09-15 23:30:24 +02: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