Commit Graph

102 Commits

Author SHA1 Message Date
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
f4f21dcb03 Bump tslint versions
Fixes some npm audit issues
2019-05-09 17:04:08 -07:00
139fa5b39a Use latest TS version across examples 2019-05-09 16:59:56 -07:00
0b26276bb6 Use vscode/@types for most extension samples
Fixes #180

Changes from using `vscode` to `@types/vscode` for the majority of extension samples. The `@types/vscode` package is much smaller and does not pull in any dependencies.

Other changes:

- Remove so empty test files
- Bump engine versions to match @types/vscode versions
- Use `npm run compile` for most `vscode:prepublish` scripts
2019-05-09 14:52:38 -07:00
28bc263424 Fix code according to Microsoft/vscode-docs#2512 2019-03-26 10:30:27 -07:00
976447594b Update vscode dev dependency 2019-03-13 11:55:39 -07:00
8d66544bde typo: "diagnosic" should be "diagnostic" 2019-02-19 09:01:02 -05:00
c0238d9aa6 Fix LSP sample E2E test 2019-02-06 11:51:42 +00:00
515a928615 Fix typo in README 2018-12-28 09:21:46 +01:00
eb5924c954 Fix various anchors 2018-12-21 10:06:05 -08:00
a7420d7d1a Update all links for Microsoft/vscode-docs#2165 2018-12-16 21:08:20 -08:00
358c67055b Grammar 2018-12-16 18:46:25 -08:00
97f49bd82a Remove all tslint recommendation per #110 2018-11-26 12:06:31 -08:00