aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/server.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor server lifecycleAleksey Kladov2019-12-311-96/+0
|
* Move config to CtxAleksey Kladov2019-12-311-2/+3
|
* Refactor status activationAleksey Kladov2019-12-311-8/+1
|
* Privatize highlightingAleksey Kladov2019-12-301-2/+0
|
* Fix server config mispell in vscode extensionEmil Lauridsen2019-12-301-1/+1
|
* Add rollupAleksey Kladov2019-12-301-11/+1
|
* Keep VSCode config mostly backwards compatibleEmil Lauridsen2019-12-251-3/+5
|
* Configuration plumbing for cargo watcherEmil Lauridsen2019-12-251-0/+3
|
* Support setting cargo featuresoxalica2019-12-131-0/+1
|
* Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-11/+11
|
* Allow disabling sysrootAleksey Kladov2019-12-091-1/+2
| | | | Might be helpful for debugging
* Code: don't check for ra_lsp_server on WindowsLaurențiu Nicola2019-12-081-5/+9
|
* Code: check whether the LSP binary is in PATHLaurențiu Nicola2019-12-081-2/+9
|
* Move type inlay hint truncation to language serverEmil Lauridsen2019-11-191-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 flagsAleksey Kladov2019-10-251-2/+0
|
* add option to disable notifyAleksey Kladov2019-09-061-0/+1
|
* implement feature flagsAleksey Kladov2019-08-221-1/+2
|
* fix #1424xfoxfu2019-08-191-1/+9
| | | | resolve "~" in raLspServerPath
* allow to exclude certain files and directoriesAleksey Kladov2019-08-061-1/+2
|
* make LRU cache configurableAleksey Kladov2019-06-121-1/+2
|
* switch to official extend selection APIAleksey Kladov2019-04-211-0/+1
|
* Adds support for multiple editor workspaces on initializationRoberto Vidal2019-04-141-7/+0
| | | | This is a quick, partial fix for #1104
* Applied code style of ``npm run fix``Lucas Spits2019-03-111-6/+4
|
* Fix typescript linting errorsLucas Spits2019-03-111-1/+1
|
* Retrieve current directory from workspacesLucas Spits2019-03-111-2/+18
|
* Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-061-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 prettierDJMcNab2019-02-101-2/+4
|
* Add support for a seperate output channel for trace messagesDJMcNab2019-02-101-2/+5
|
* align command namingAleksey Kladov2019-01-281-2/+6
|
* Allow user to set path to ra_lsp_server in vscode settingsgentoo902019-01-051-1/+1
|
* Add a very hacky workaround to not trace decorations requestsDJMcNab2018-12-241-1/+25
|
* workspace-symbols function for EmacsAleksey Kladov2018-11-081-1/+4
|
* Fix typoPascal Hertleif2018-10-211-1/+1
| | | Truly an A+, errrr, +a commit
* Run prettier on all filesDaniel McNab2018-10-081-5/+7
|
* Add some commentsAdolfo Ochagavía2018-10-081-22/+5
|
* Fix remaining tslint suggestionsAdolfo Ochagavía2018-10-081-1/+1
|
* Apply tslint suggestions, round oneAdolfo Ochagavía2018-10-071-47/+27
|
* Refactor vscode extensionAdolfo Ochagavía2018-10-071-0/+74