Commit Graph

54 Commits

Author SHA1 Message Date
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
154ad38e3f Convert indentation to tabs for all JSON files 2018-10-08 15:37:24 -07:00
fddfda41f0 add "restart" attribute to server; fixes Microsoft/vscode#45602 2018-09-07 14:59:48 +02: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
f06607de44 Merge pull request #80 from Gama11/lsp-sample-compound
Add a compound launch config to lsp-sample
2018-07-02 11:45:59 +02:00
ef0b4e6c07 Small fix for format 2018-07-01 00:36:59 -07:00
f3e414c64c Update README 2018-07-01 00:36:26 -07:00
160635ad47 Normalize code style for lsp-sample 2018-07-01 00:19:23 -07:00
52ac2fc3d0 Add a compound launch config to lsp-sample 2018-06-28 13:58:54 +02: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
e3b55387c0 Fixes #78: Couldn't resolve dependent task 'watch:client' 2018-06-15 09:30:39 +02:00
12b6373891 Cleanup multi server example 2018-06-04 14:26:18 +02:00
1274b4cc6a Minor tweaks to the LSP example 2018-06-04 12:31:30 +02:00
98b4f09845 Rename lsp-multi-root-sample to lsp-sample and delete old one 2018-06-04 12:10:27 +02:00
9e2c5bcd9d Remove files.exclude section. 2018-05-29 21:37:21 +02:00
aa2c2aea69 fix github reported vulnerability #49146 2018-05-04 08:59:19 +02:00
a53cda2f61 Merge pull request #59 from nikeee/patch-1
Change `client` folder to `lsp-sample`
2018-04-16 10:50:58 +02:00
a2d8952b58 Fixes #60: Type error in lsp-sample/server/src/server.ts 2018-04-16 09:26:57 +02:00
945d6c8ecb Change client folder to lsp-sample
There is no `.vscode` folder inside the `client` folder that holds some launch configration. The parent directory contains a `.vscode` with a `launch.json` which defines 'Launch Client'.
2018-04-14 17:17:00 +02:00
72df9f941c Merge pull request #51 from kieferrm/multi-location-diagnostics
Update sample with support for multi-location diagnostics
2018-04-09 11:32:01 +02:00
3ca04aaa0f Fix typo 2018-04-06 12:52:59 -07:00
7082ab9eee Update README.md 2018-04-06 14:38:59 -05:00
227d7cb001 move capabilities to textDocument 2018-03-28 11:23:33 -07:00
0c4d2e0ecc support for multi-location diagnostics 2018-03-21 15:54:49 -07:00
4a1d8c37ff Update LSP sample 2018-02-20 11:14:35 +01:00
ac5ce55089 Fixes #42: lsp-sample compilation error 2018-02-01 15:44:28 +01:00
d6638e24bb Add build output directories to list of possible file exclusions
- Accurately describes the build output directories in this LSP implementation
2018-01-16 14:21:30 -05:00
9247d4d523 Merge pull request #44 from jan-dolejsi/master
Adding SnippetString-based completion sample which demonstrates how d…
2017-12-15 09:36:03 +01:00
7b9c376aad Adding SnippetString-based completion sample which demonstrates how dynamic context-sensitive snippets can be created. 2017-12-12 18:53:54 +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