Commit Graph

114 Commits

Author SHA1 Message Date
6bd0a97459 Bump eslint package versions 2022-04-13 15:49:42 -07:00
828768a62c Use latest TS version for all packages
This also updates our package-locks to v2
2022-04-13 15:12:23 -07: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
58d3cbc5ae Audit fix 2022-02-09 11:44:13 -08:00
2bc23042f1 Update samples to build with TS 4.5.5 2022-02-09 11:38:40 -08:00
5e84aab1a6 Update README.md
Use 'View' instead of 'panel' for the Run and Debug section.
2022-01-19 09:42:43 -08:00
9b9dce26d1 Explain Extension Development Host 2022-01-18 12:48:48 -08:00
4da6befe62 Describe default compile task
The default compile task is in *watch mode*, which was confusing for me (newbie Typescript programmer). I thought I would provide an explanation of what this means.
2022-01-18 12:42:03 -08:00
ac518358a7 Update the names of Debug panel and Launch 2022-01-18 12:32:27 -08:00
355d5851a8 Build extensions using TS 4.4 2021-10-04 12:24:14 -07:00
4bad174eb8 Migrate remaining samples from tslint to eslint. Fixes #387 2021-08-27 15:08:14 +02: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
95618adb09 Bump minor TS version 2021-07-13 18:48:28 -07:00
f842e7a008 Audit fix 2021-06-11 17:01:56 -07:00
1f9cfe91f1 Bump samples to TS 4.3 2021-06-11 17:00:34 -07:00
bcc03a7064 Running audit fix on repos
This bumps the lodash version across the samples
2021-05-11 13:59:53 -07:00
d282bce55d Update dependencies 2021-05-11 11:18:14 +02:00
4d299f64e5 Update dependencies 2021-04-06 11:49:31 +02:00
5489dd3629 Sorting installs 2021-03-02 16:02:01 -08:00
32e50e81c0 Use TypeScript 4.2 for building all samples 2021-03-02 15:48:43 -08:00
103d932c05 Upgrade example to lsp 7.0.0 2021-01-15 09:08:06 +01:00
23e5167c2f Update samples to compile with TS 4.0.2 2020-09-10 15:20:30 -07:00
8d43af0868 Fix compile errors due to mocha update 2020-08-18 15:26:11 +02:00
b93bc80414 Update mocha dependencies 2020-08-18 15:22:57 +02:00
396fe3a5c6 Bump lodash from 4.17.17 to 4.17.19 in /lsp-sample
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.17 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits/4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 00:47:27 +00:00
0aa0e6bb9e Update dependencies 2020-07-08 14:11:44 +02:00
b789046ec1 Improve comments
Mostly this commit is dealing with the following line being out of date with the current state of the code.

> The text document manager supports full document sync only
2020-06-09 07:07:21 -05:00
9819038c9e Recomend eslint for all samples 2020-05-29 14:20:07 -07:00
4efd427258 Enable semicolon rule for eslint 2020-05-29 14:13:32 -07:00
2c377b7828 Update extensions to build with typescript 3.9.4
Also fixing some compile errors in configuration-sample
2020-05-29 14:11:10 -07:00
7b9a0a8c4c Use eslint instead of tslint
Fixes #266
2020-05-29 14:01:37 -07:00
eb477566c1 Convert example to incremental text sync 2020-05-07 12:13: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
8fcd5a3830 #282 - Leftover update-vscode script in lsp-sample 2020-04-22 12:35:04 +02: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
6f16dafc01 Fix eslint ignore 2020-03-26 15:38:24 +01: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
9c2110873e Move dependencies to latest version 2019-11-25 09:38:17 +01:00
351c1a4b49 Fix invalid comments at lsp-sample 2019-10-02 23:41:13 +09: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
4c2ba979fc Us TS 3.5.1 for all samples 2019-05-31 11:51:11 -07: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
f73c71263c Don't remove semver 2019-05-26 23:32:15 +02:00
22a8ff0217 Use latest vscode or "@types/vscode" 2019-05-10 15:23:49 -07:00
03cf5fa9f1 Enable strict mode for many samples 2019-05-10 14:34:54 -07:00