cb3a06c814
Merge pull request #1196 from Sepush/refactor/clean-lsp-erf
...
refactor(lsp-embedded-request-forwarding): clean useless code
2025-09-02 10:54:43 +02:00
2ee6b0b7b9
Update all of our samples to target VSCode 1.100 or newer
...
This makes sure that if folks get a relatively recent `vscode.d.ts`. It also lets us safely bump up the target to es2024 so you can use all the latest lib additions
2025-08-07 07:57:14 -07:00
8d9bd7c1f6
refactor(lsp-embedded-request-forwarding): clean useless code
2025-07-06 18:21:33 +08:00
1a3ac0c722
Switch internal scripts to ts
...
Also adds a formatting script and runs it against all TS files in the samples
2024-10-28 16:41:49 -07:00
dbee9a0daf
use auto attach children instead of multiple launch configs
...
This is a new (with js-debug) option that makes debugging child processes much easier. Use it for the LSP subprocesses.
Supplants https://github.com/microsoft/vscode-extension-samples/pull/704
2022-12-06 16:38:21 -08:00
b56a580d1e
Pick up latest TS for building samples
2022-09-27 15:01:41 -07:00
437b7cdb7b
lsp-embedded-request-forwarding: don't encode uri used in map ( fix #682 )
2022-07-15 15:45:40 +01:00
0d36653b0d
Bump all targets to es2020
...
Fixes #530
2022-02-28 13:45:21 -08:00
4bad174eb8
Migrate remaining samples from tslint to eslint. Fixes #387
2021-08-27 15:08:14 +02:00
cd6c33d101
Updates to target es2019
...
Fixes #265
Also excludes dom typings from the lib files so that dom methods are not suggested
2020-05-06 12:14:11 -07:00
5a5b774ad7
Fix #269
2020-04-08 11:19:02 -07:00
adddb55f23
HTML1 for request forwarding
2020-04-07 12:47:46 -07:00
eb6e41af20
Fix vscode-docs#3521
2020-04-01 12:22:38 -07:00
302d735439
Fix #267
2020-04-01 11:54:04 -07:00
5fc9f567e0
Samples for embedded lsp
2020-03-25 12:01:54 -07:00