Commit Graph

21 Commits

Author SHA1 Message Date
xfoxfu d07a85ed7e fix #1424
resolve "~" in raLspServerPath
2019-08-19 10:48:39 +08:00
Aleksey Kladov deea8f52d9 allow to exclude certain files and directories 2019-08-06 14:28:31 +02:00
Aleksey Kladov fed52706de make LRU cache configurable 2019-06-12 13:36:24 +03:00
Aleksey Kladov fa12ed2b8f switch to official extend selection API 2019-04-21 12:13:48 +03:00
Roberto Vidal 3507bcb97a Adds support for multiple editor workspaces on initialization
This is a quick, partial fix for #1104
2019-04-14 10:04:38 +02:00
Lucas Spits 9fe3b36bda Applied code style of `npm run fix` 2019-03-11 21:22:54 +01:00
Lucas Spits 915c079e26 Fix typescript linting errors 2019-03-11 20:53:56 +01:00
Lucas Spits 7185c594fe Retrieve current directory from workspaces 2019-03-11 20:38:46 +01:00
Ville Penttinen 0dcb1cb569 Add showWorkspaceLoadedNotification to vscode client
This allows users to control whether or not they want to see the "workspace
loaded" notification.

This is done on the server side using InitializationOptions which are provided
by the client. By default show_workspace_loaded is true, meaning the
notification is sent.
2019-03-06 11:34:38 +02:00
DJMcNab 28fd368393 Fix trace and prettier 2019-02-10 10:30:16 +00:00
DJMcNab 9138317021 Add support for a seperate output channel for trace messages 2019-02-10 10:06:33 +00:00
Aleksey Kladov d1a67c1174 align command naming 2019-01-28 15:01:22 +03:00
gentoo90 a6e04cfa7f Allow user to set path to ra_lsp_server in vscode settings 2019-01-05 17:28:41 +02:00
DJMcNab ecab036d6f Add a very hacky workaround to not trace decorations requests 2018-12-24 13:43:08 +00:00
Aleksey Kladov 00e80b24e3 workspace-symbols function for Emacs 2018-11-08 18:43:02 +03:00
Pascal Hertleif b774de6e03 Fix typo
Truly an A+, errrr, +a commit
2018-10-21 21:39:50 +02:00
Daniel McNab e26071d96e Run prettier on all files 2018-10-08 22:38:33 +01:00
Adolfo Ochagavía bbf38b9e72 Add some comments 2018-10-08 20:55:22 +02:00
Adolfo Ochagavía 62b1b05a0d Fix remaining tslint suggestions 2018-10-08 20:18:55 +02:00
Adolfo Ochagavía 4d62cfccbb Apply tslint suggestions, round one 2018-10-07 23:12:40 +02:00
Adolfo Ochagavía 69de7e2fd7 Refactor vscode extension 2018-10-07 23:03:38 +02:00