Commit Graph

11 Commits

Author SHA1 Message Date
3ca4acdff2 Bump extensions to TS 5.1
Picks up TS 5.1.3 for building extensions

Also bumps `@types/node` to resolve typings conflicts with new TS version
2023-06-05 14:34:14 -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
44683d707f Use node typings from current VS Code 2022-05-24 15:12:22 -07: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
209a84c1af Bump all samples to use TS 3.8.3
Also required bumping `@types/node` to 12.12.x
2020-04-14 18:01:21 -07:00
538bef48c4 HTML1 2020-04-07 12:45:21 -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