Commit Graph

24 Commits

Author SHA1 Message Date
774ecdb0ee Bump ts-eslint versions
This fixes a warning about running on an unsupported TypeScript version. Also makes sure we do not lint any `.vscode-test` contents if they are present
2024-11-26 22:59:45 -08:00
8fdc842c97 Fix lsp tests 2024-11-26 19:24:58 -08:00
73e249b3c1 Migrate all samples to eslint 9
Switches all samples to use eslint 9 with flat configs. I've tried to migrate existing settings as much as possible. However our eslint configs were also inconsistent so I've tried to align these too
2024-10-26 17:44:03 -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
3d5bb2c378 Fixes #412: Error: Cannot find module 'lru-cache' 2021-08-02 12:00:13 +02:00
af8c35e1fd rename vscode-test package 2021-07-15 12:19:44 -07:00
103d932c05 Upgrade example to lsp 7.0.0 2021-01-15 09:08:06 +01:00
8d43af0868 Fix compile errors due to mocha update 2020-08-18 15:26:11 +02:00
e1ecdaec89 Update LSP Sample 2020-03-26 13:54:06 +01:00
b007022783 Fixes #257: [lsp-sample] completion.test.ts fails if a global snippet is defined 2020-02-27 09:32:49 +01:00
c0238d9aa6 Fix LSP sample E2E test 2019-02-06 11:51:42 +00:00
5f5ae92db2 More code cleanup 2018-10-26 11:15:09 +02:00
b72fae94fa Revert "Pretter for each ts file"
This reverts commit 23674b2cfe.
2018-10-23 22:14:56 -07:00
23674b2cfe Pretter for each ts file 2018-10-10 09:37:51 -07:00
160635ad47 Normalize code style for lsp-sample 2018-07-01 00:19:23 -07:00
35668c8ac5 Cprrect typo 2018-06-27 16:00:24 +02:00
7aa47b4f35 License headers and more comments 2018-06-26 00:25:27 -07:00
59773553a5 Refactor tests 2018-06-25 22:03:50 -07:00
4b9fa86007 Diagnostics too 2018-06-25 07:45:44 -07:00
fd6e3cd071 Add test for lsp-sample 2018-06-25 02:14:44 -07:00
98b4f09845 Rename lsp-multi-root-sample to lsp-sample and delete old one 2018-06-04 12:10:27 +02:00
e871f00999 Fixes #37: Debugging language servers without legacy protocol 2017-11-09 08:51:24 +01:00
b2e0685b28 Stricter error checking 2017-09-04 21:47:00 +02:00
b399ceb149 Allign standard lsp example with new lsp structure 2017-09-04 17:43:23 +02:00