Commit Graph

47 Commits

Author SHA1 Message Date
dfb20f12d4 Update dependencies (#826) 2023-02-28 10:19:15 +01: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
5f63f51514 Bump minimist from 1.2.5 to 1.2.6 in /lsp-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:00 +00:00
4af6cd05ce Update dependencies 2022-03-01 09:53:31 +01:00
0d36653b0d Bump all targets to es2020
Fixes #530
2022-02-28 13:45:21 -08:00
2bc23042f1 Update samples to build with TS 4.5.5 2022-02-09 11:38:40 -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
bcc03a7064 Running audit fix on repos
This bumps the lodash version across the samples
2021-05-11 13:59:53 -07:00
4d299f64e5 Update dependencies 2021-04-06 11:49:31 +02: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
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
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
30cd2019f9 Move to latest version of LSP libraries 2019-08-16 10:03:27 +02:00
3a3c6e1ede Update dependencies 2019-07-03 11:16:14 +02:00
dce3875a93 Don't set explicit lib in tsconfigs
The one we get from the `target` is correct in almost all cases for VS Code
2019-05-30 18:24:08 -07:00
22a8ff0217 Use latest vscode or "@types/vscode" 2019-05-10 15:23:49 -07:00
976447594b Update vscode dev dependency 2019-03-13 11:55:39 -07:00
c0238d9aa6 Fix LSP sample E2E test 2019-02-06 11:51:42 +00:00
bffc696b91 Move vscode to dev dependency 2018-11-08 10:11:51 +01:00
d0c54d148d Remove all tsconfig.base.json and make samples not dependent on root files 2018-10-31 16:01:59 -07: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
154ad38e3f Convert indentation to tabs for all JSON files 2018-10-08 15:37:24 -07:00
12a1105614 fix security issues (bump vscode module) 2018-08-28 15:06:35 +02:00
9dd0febbbc simplify vscode-install call 2018-08-14 10:33:02 +02:00
d76840b91a Fixes #83: Couldn't resolve dependent task 'npm: watch:[client and server]' 2018-07-24 11:49:49 +02: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
a41fb59a04 Deps and minor script fix 2018-06-25 22:04:05 -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
12b6373891 Cleanup multi server example 2018-06-04 14:26:18 +02:00
98b4f09845 Rename lsp-multi-root-sample to lsp-sample and delete old one 2018-06-04 12:10:27 +02:00
aa2c2aea69 fix github reported vulnerability #49146 2018-05-04 08:59:19 +02:00
a2d8952b58 Fixes #60: Type error in lsp-sample/server/src/server.ts 2018-04-16 09:26:57 +02:00
4a1d8c37ff Update LSP sample 2018-02-20 11:14:35 +01:00
036c659c52 Moving to npm5 2017-11-22 13:38:21 +01:00
e871f00999 Fixes #37: Debugging language servers without legacy protocol 2017-11-09 08:51:24 +01:00
cc17dabbae Mover sxample to latest version of the LSP 2017-09-08 15:59:00 +02: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