Commit Graph

230 Commits

Author SHA1 Message Date
0c4d2e0ecc support for multi-location diagnostics 2018-03-21 15:54:49 -07:00
fc9663af5c Fix compilation 2018-02-23 18:33:27 +01:00
d8afd98c65 Improve file explorer to use file system provider and reveal api 2018-02-23 18:33:27 +01:00
4a1d8c37ff Update LSP sample 2018-02-20 11:14:35 +01:00
f1a6a995c0 More updates to LSP multi root sample 2018-02-20 11:06:46 +01:00
db9bb2c460 Update LSP multi server sample 2018-02-20 11:01:40 +01:00
6ad0f2400c Updating LSP multi root example 2018-02-20 10:55:23 +01:00
26e441212e Fix #48 2018-02-09 18:54:42 +01:00
ac5ce55089 Fixes #42: lsp-sample compilation error 2018-02-01 15:44:28 +01:00
94712d3b47 Merge pull request #46 from nathan-boyd/master
Add build output directories to list of possible file exclusions
2018-01-19 11:19:08 +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
cdcefe9df4 inline action example 2018-01-15 18:59:41 +01:00
58e5587db1 do not check for lang id 2018-01-15 16:33:23 +01:00
18a63baf65 use resource uri 2018-01-15 16:32:58 +01:00
a66bd9f146 Use number as handle 2018-01-10 11:24:16 +01:00
0a9fe4acfe Use own context key to enable/disable outline view 2018-01-10 10:44:06 +01: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
ab26257a51 adding the method arguments, so it is obvious how to make the completion item context sensitive by reaching into the document.getText() and using the position etc... 2017-12-13 22:01:22 +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
4e3ace0f37 Disable auto refresh by default 2017-12-03 21:19:06 +01:00
f8e73a71ff Fix refresh 2017-12-03 20:39:14 +01:00
4b33ad5e68 Rename and refresh commands 2017-12-03 19:46:13 +01:00
60bd6be48b Enhance json outline example 2017-12-03 19:46:13 +01:00
f05010b51d conf sample: mark muitroot ready 2017-12-03 19:46:13 +01:00
d96348f97b enhance json outline 2017-12-03 19:46:13 +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
8fb95dc0f7 Merge branch 'vazexqi-master' 2017-11-06 15:02:46 +01:00
be1b52e85d Minor code formatting 2017-11-06 14:55:00 +01:00
b8ad7a6d5a Restructure the code to fit to latest nls tooling 2017-11-06 14:41:39 +01:00
9b551a076a Use さようなら for bye in Japanese 2017-11-06 14:40:05 +01:00
c82c53baad Fix missing files and libraries
These issues were found from a clean checkout.
2017-11-06 14:40:05 +01:00
44b15a890b Use the vscode-nls-dev package to convert the i18n files 2017-11-06 14:39:13 +01:00
ff96d2a669 Initial version of i18n-sample
To keep things simple, this doesn't use the nls-dev package. I think this demystifies a lot of things when you see what is actually going on behind the scenes.
2017-11-06 14:36:22 +01:00
e5f6baf146 Make it compile in strict mode. 2017-11-06 14:11:41 +01:00
52a8a79ca0 Make the client capability checking more explicit. 2017-11-06 11:05:19 +01:00
9ec4b5deeb Regenerate gif 2017-11-05 17:12:36 -08:00
9874956702 Add a sentece about transifex 2017-11-05 17:11:40 -08:00
5e32d761b0 Restructure the code to fit to latest nls tooling 2017-11-05 17:10:50 -08:00
1ba6704d0c Adding more logging to the server 2017-10-31 10:34:06 +01:00
a948312b89 Update the example to demo server side for workspace folder change events 2017-10-30 21:26:45 +01:00
4028b8d4ae Merge pull request #35 from maxibanki/patch-1
Removed dead link
2017-10-28 11:18:53 -07:00
28fe96729e Removed dead link
There exists no longer a extension example for a language provider.
2017-10-28 13:49:39 +02:00
a79f13f546 Use new configuration event 2017-10-27 12:34:51 +02:00
bb0a41de41 Merge pull request #26 from reggi/patch-1
isWatching deprecated use isBackground
2017-10-26 15:45:26 +02:00
a726182637 Add link to extension.ts 2017-10-20 15:51:04 +02:00
282715d434 Update read me 2017-10-20 15:39:40 +02:00
bf08a15ba3 Update read me 2017-10-20 13:56:58 +02:00
248459caff Configuration sample extension 2017-10-20 13:51:32 +02:00
e46d75fca7 multi-root: readme typos 2017-10-16 09:15:15 +02:00