Commit Graph

8 Commits

Author SHA1 Message Date
30cd2019f9 Move to latest version of LSP libraries 2019-08-16 10:03:27 +02: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
d76840b91a Fixes #83: Couldn't resolve dependent task 'npm: watch:[client and server]' 2018-07-24 11:49:49 +02:00
a41fb59a04 Deps and minor script fix 2018-06-25 22:04:05 -07:00
98b4f09845 Rename lsp-multi-root-sample to lsp-sample and delete old one 2018-06-04 12:10:27 +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