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
e719fde3a0
update getting started
2018-04-13 16:03:13 +02:00
05605fd033
renames
2018-04-13 15:49:28 +02:00
2322cfcd8d
vscode-file-system-sample - initial commit
2018-04-13 15:45:43 +02:00
bd736c2ad8
Add note about version to readme
2018-04-11 10:11:58 -07:00
df48f44971
Clean up terminal API example, select from quick pick
2018-04-11 10:10:47 -07:00
648d66a1a2
Activate on any command
2018-04-11 09:52:28 -07:00
d3a2f829c2
Guard proposed APIs
2018-04-09 11:02:01 -07:00
aca94a0d49
Show info boxes for events
2018-04-09 10:55:23 -07:00
e467ba0001
Remove use of any
2018-04-09 06:33:31 -07:00
0239b8f848
Update terminal sample launch/tasks
2018-04-09 06:30:41 -07: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
78ecd9b890
Merge pull request #55 from cfjedimaster/patch-1
...
Update README.md
2018-04-06 12:53:07 -07:00
3ca04aaa0f
Fix typo
2018-04-06 12:52:59 -07:00
7082ab9eee
Update README.md
2018-04-06 14:38:59 -05:00
cda4872b9f
💄
2018-04-03 17:44:53 +02:00
9ee0dba70c
do not use id attribute in ftp explorer
2018-04-03 17:26:42 +02:00
227d7cb001
move capabilities to textDocument
2018-03-28 11:23:33 -07:00
26bc3537d9
tweaks
2018-03-28 11:34:07 +02:00
b010c62651
percentage => increment
2018-03-28 09:44:57 +02:00
87335dbef6
fix percentage
2018-03-28 06:45:49 +02:00
f1412527b4
add progress-ts
2018-03-27 11:03:01 +02:00
18a79b21cb
Update to latest api
2018-03-26 11:26:25 +02:00
0a411df0f2
Merge pull request #50 from beauallison/beauallison/fix-treeview-sample
...
Fix tree view sample
2018-03-26 14:51:31 +05:30
0c4d2e0ecc
support for multi-location diagnostics
2018-03-21 15:54:49 -07:00
be9355e908
Update read me
2018-03-21 15:57:25 +05:30
fdc730dcaa
Update read me
2018-03-21 15:54:35 +05:30
dc6cf8048b
multi diagnostics sample
2018-03-21 15:49:24 +05:30
2e487d7886
Clarify Readme over vscode version
2018-03-20 07:49:39 +00:00
8eb5776ec1
Add enableProposedApi to package.json
2018-03-20 07:49:05 +00:00
ab6e274621
Fix missing brace on vscode.proposed
2018-03-20 07:48:56 +00: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