Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move type inlay hint truncation to language server | Emil Lauridsen | 2019-11-19 | 1 | -0/+1 |
| | | | | | | | | | | | | This commit implements a general truncation framework for HirFormatter that keeps track of how much has been output so far. This information can then be used to perform truncation inside the language server, instead of relying on the client. Initial support is implemented for truncating types hints using the maxInlayHintLength server config option. The existing solution in the VSCode extension has been removed in favor of letting the server truncate type hints. | ||||
* | document feature flags | Aleksey Kladov | 2019-10-25 | 1 | -2/+0 |
| | |||||
* | add option to disable notify | Aleksey Kladov | 2019-09-06 | 1 | -0/+1 |
| | |||||
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 1 | -1/+2 |
| | |||||
* | fix #1424 | xfoxfu | 2019-08-19 | 1 | -1/+9 |
| | | | | resolve "~" in raLspServerPath | ||||
* | allow to exclude certain files and directories | Aleksey Kladov | 2019-08-06 | 1 | -1/+2 |
| | |||||
* | make LRU cache configurable | Aleksey Kladov | 2019-06-12 | 1 | -1/+2 |
| | |||||
* | switch to official extend selection API | Aleksey Kladov | 2019-04-21 | 1 | -0/+1 |
| | |||||
* | Adds support for multiple editor workspaces on initialization | Roberto Vidal | 2019-04-14 | 1 | -7/+0 |
| | | | | This is a quick, partial fix for #1104 | ||||
* | Applied code style of ``npm run fix`` | Lucas Spits | 2019-03-11 | 1 | -6/+4 |
| | |||||
* | Fix typescript linting errors | Lucas Spits | 2019-03-11 | 1 | -1/+1 |
| | |||||
* | Retrieve current directory from workspaces | Lucas Spits | 2019-03-11 | 1 | -2/+18 |
| | |||||
* | Add showWorkspaceLoadedNotification to vscode client | Ville Penttinen | 2019-03-06 | 1 | -1/+3 |
| | | | | | | | | | 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. | ||||
* | Fix trace and prettier | DJMcNab | 2019-02-10 | 1 | -2/+4 |
| | |||||
* | Add support for a seperate output channel for trace messages | DJMcNab | 2019-02-10 | 1 | -2/+5 |
| | |||||
* | align command naming | Aleksey Kladov | 2019-01-28 | 1 | -2/+6 |
| | |||||
* | Allow user to set path to ra_lsp_server in vscode settings | gentoo90 | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | Add a very hacky workaround to not trace decorations requests | DJMcNab | 2018-12-24 | 1 | -1/+25 |
| | |||||
* | workspace-symbols function for Emacs | Aleksey Kladov | 2018-11-08 | 1 | -1/+4 |
| | |||||
* | Fix typo | Pascal Hertleif | 2018-10-21 | 1 | -1/+1 |
| | | | Truly an A+, errrr, +a commit | ||||
* | Run prettier on all files | Daniel McNab | 2018-10-08 | 1 | -5/+7 |
| | |||||
* | Add some comments | Adolfo Ochagavía | 2018-10-08 | 1 | -22/+5 |
| | |||||
* | Fix remaining tslint suggestions | Adolfo Ochagavía | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | Apply tslint suggestions, round one | Adolfo Ochagavía | 2018-10-07 | 1 | -47/+27 |
| | |||||
* | Refactor vscode extension | Adolfo Ochagavía | 2018-10-07 | 1 | -0/+74 |