aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/tests
Commit message (Collapse)AuthorAgeFilesLines
* bump timeout for CIAleksey Kladov2019-05-291-1/+1
|
* silnce profiling in testsAleksey Kladov2019-05-291-1/+2
|
* check cancellation when expanding macrosAleksey Kladov2019-05-271-3/+2
|
* enable profiling in testsAleksey Kladov2019-05-272-1/+83
|
* cleanup cancellationAleksey Kladov2019-04-171-10/+5
| | | | | Now that we explicitelly exit the reading loop on exit notification, we can assume that the sender is always alive
* Modifies runnables test to use multi-workspace rootRoberto Vidal2019-04-142-29/+68
|
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-142-2/+10
|
* Adds support for multiple editor workspaces on initializationRoberto Vidal2019-04-141-1/+1
| | | | This is a quick, partial fix for #1104
* Fix test_missing_module_code_action_in_json_project on WindowsVille Penttinen2019-03-071-6/+11
| | | | | | | | The test would fail on Windows due to the paths not being properly escaped for JSON. In addition adds extra braces around the fn main to actually introduce braces in the file.
* when loading workspace, say how many packages were loadedAleksey Kladov2019-03-072-15/+14
| | | | | this should help to debug configuration issues, when you see `0 packages loaded` or something like that.
* Remove rust-project.json test w/ dependencies.David Wood2019-03-071-43/+0
|
* Add test demonstrating logic for handling deps.David Wood2019-03-071-1/+44
|
* Initial implementation of project-lock.json.David Wood2019-03-072-2/+69
| | | | | This commit adds a initial implementation of project-lock.json, a build system agnostic method of specifying the crate graph and roots.
* Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-061-1/+8
| | | | | | | | | 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.
* Rename feedback to show_messageVille Penttinen2019-03-052-10/+10
|
* Send an actual ShowMessage instead of InternalFeedback in feedback()Ville Penttinen2019-03-051-3/+5
| | | | | | | This now allows us to send a notification that can be shown in the UI when the workspace has been loaded. Additionally this removes the need for internal_mode flag.
* Fix the buildkjeremy2019-02-271-1/+3
|
* Assign IDs to assistsAleksey Kladov2019-02-241-4/+7
|
* automatically wait for worker threadsAleksey Kladov2019-02-141-12/+5
| | | | closes #817
* reformat the worldAleksey Kladov2019-02-082-21/+5
|
* align command namingAleksey Kladov2019-01-281-1/+1
|
* switch to lsp-typesAleksey Kladov2019-01-142-2/+2
|
* wire sysroot into crate graphAleksey Kladov2019-01-102-31/+23
|
* add sysroot boilerplateAleksey Kladov2019-01-101-1/+40
|
* dont depend on tools from lsp-serverAleksey Kladov2019-01-101-2/+0
|
* fix testsBernardo2019-01-031-9/+14
|
* Merge #378bors[bot]2018-12-301-2/+2
|\ | | | | | | | | | | | | | | 378: migrate-to-tempdir r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * :arrow_up: tempdirAleksey Kladov2018-12-301-2/+2
| |
* | :arrow_up: crossbeamAleksey Kladov2018-12-301-4/+9
|/ | | | closes #189
* Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-291-0/+2
|
* Add support for formatting entire document with rustfmtAleksander Vognild Burkow2018-12-291-2/+54
| | | | | | Attempting to format a document when rustfmt isn't installed will result in an error being returned to the frontend. An alternative implementation would be returning zero replacements.
* fix the testAleksey Kladov2018-12-271-2/+2
|
* fix sycAleksey Kladov2018-12-201-2/+1
|
* implement vfs events handlingAleksey Kladov2018-12-201-2/+2
|
* move thread worker to a separate crateAleksey Kladov2018-12-181-3/+3
|
* Add test for code actionsFlorian Diebold2018-12-061-1/+60
|
* Use json comparison code from cargo for heavy testsFlorian Diebold2018-12-062-17/+20
|
* modernize moreAleksey Kladov2018-12-062-4/+1
|
* drop extern cratesAleksey Kladov2018-12-061-7/+0
|
* Fix the testAleksey Kladov2018-11-081-1/+1
|
* extract fixture parsingAleksey Kladov2018-10-311-22/+7
|
* Fix the testAleksey Kladov2018-10-251-17/+41
|
* Cargo FormatJeremy A. Kolb2018-10-162-55/+46
| | | | Run `cargo fmt` and ignore generated files
* migrate analysis and server to 2018Aleksey Kladov2018-10-152-2/+2
|
* rename all thingsAleksey Kladov2018-09-162-0/+316