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