aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/server.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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