Commit Graph

91 Commits

Author SHA1 Message Date
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
df5c0d3411 Merge branch 'master' of github.com:Microsoft/vscode-extension-samples 2018-11-08 10:40:44 -08:00
e361ab05b5 Add tslint as devDependency for all samples 2018-11-08 10:39:34 -08: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
a40f6835b6 fix typo 2018-10-31 08:05:17 -05:00
5f5ae92db2 More code cleanup 2018-10-26 11:15:09 +02:00
e82ba7c37e Update all lsp samples 2018-10-23 22:31:37 -07:00
b72fae94fa Revert "Pretter for each ts file"
This reverts commit 23674b2cfe.
2018-10-23 22:14:56 -07:00
7501ea71a4 Convert all samples to use vscode-samples Microsoft/vscode-vsce#299 2018-10-15 11:53:21 -07:00
a83315167e Remove unused license and thirdpartynotice files 2018-10-10 09:39:20 -07:00
23674b2cfe Pretter for each ts file 2018-10-10 09:37:51 -07:00