aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Add References code lens.vsrs2021-01-231-0/+1
* | Code: reduce progress notification spamLaurențiu Nicola2021-01-251-7/+9
|/
* Download aarch64-unknown-linux-gnu from GitHubLaurențiu Nicola2021-01-171-0/+1
* Fix server path comparisonLaurențiu Nicola2021-01-141-1/+1
* Don't update the server if managed by the userLaurențiu Nicola2021-01-071-1/+6
* Rename extension configAleksey Kladov2021-01-041-1/+3
* Allow download of aarch64-pc-windows-msvc binariesLaurențiu Nicola2021-01-041-10/+9
* Merge #7068bors[bot]2021-01-033-0/+57
|\
| * Remove some unnecessary code copied from the Syntax Tree commandPhil Ellison2021-01-011-17/+3
| * Initial implementation of view-hir commandPhil Ellison2020-12-283-0/+71
* | Add an option for extra env vars in the Code extensionlf-2020-12-303-3/+13
* | Apply text edits manually in vscode clientLukas Wirth2020-12-291-2/+8
|/
* Merge #7001bors[bot]2020-12-221-6/+8
|\
| * Add support for downloading aarch64-apple-darwin binaries, change naming conv...Laurențiu Nicola2020-12-221-6/+8
* | Fix grammar nitP. Horban2020-12-221-1/+1
* | Extension conflict check detests more combinationsPrzemyslaw Horban2020-12-221-5/+15
|/
* Merge #6746bors[bot]2020-12-221-1/+1
|\
| * Use workspace applyEdit instead of snippetWorkspaceEditDaiki Ihara2020-12-211-1/+1
* | Don't download x64 binaries on non-Mac arm64Laurențiu Nicola2020-12-211-1/+3
* | Allow code extension to download binary in apple armSon2020-12-211-1/+1
* | Remove outdated FIXMELaurențiu Nicola2020-12-211-3/+2
* | Use /etc/os-release to check for NixOSLaurențiu Nicola2020-12-211-1/+10
|/
* Fixed formattingPrzemyslaw Horban2020-12-181-2/+2
* Added a warning if conflicting rust-lang.rust is enabled.Przemyslaw Horban2020-12-181-0/+11
* Remove workaround & fix fetch$1 is not a functionKafji2020-12-081-4/+1
* Use vscode-languageclient 7.0.0-next.14kjeremy2020-11-171-0/+2
* add open Cargo.toml actionAnatol Liu2020-11-133-0/+28
* Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-103-20/+18
* Merge #6465bors[bot]2020-11-091-5/+18
|\
| * Support multiple workspace editsLukas Wirth2020-11-041-5/+18
* | Restore semantic token flickering workaround removed in #5697Charles Pierce2020-11-041-0/+17
|/
* Smaller inlay hintskjeremy2020-10-281-1/+1
* Also set textDecoration: none on inlay hintsLaurențiu Nicola2020-10-281-0/+1
* Set font-wieght: normal on inlay hintsLaurențiu Nicola2020-10-271-0/+1
* Latest proposed LSP 3.16.0kjeremy2020-10-261-3/+2
* Check cargoExtraArgs for undefined before usingfeileacan2020-10-181-1/+3
* Insert a ZWNJ before type hintsLaurențiu Nicola2020-10-151-2/+4
* Fix resolveCodeAction requestLaurențiu Nicola2020-10-131-2/+2
* Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-081-1/+1
* Code reorganisation and field supportZac Pullar-Strecker2020-10-082-4/+4
* Changes from reviewZac Pullar-Strecker2020-10-081-10/+1
* WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-083-2/+35
* Support 'runnables' options in the vs code extensionIgor Aleksanov2020-10-023-1/+13
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-292-8/+16
* Add method references CodeLensvsrs2020-09-291-0/+1
* Fix lintMatthias Einwag2020-09-231-1/+1
* Move unlink on download into download functionMatthias Einwag2020-09-232-11/+11
* Remane functionMatthias Einwag2020-09-231-5/+5
* Use closure in trailing position and strongly type header mapMatthias Einwag2020-09-232-18/+21
* Apply suggestions from code reviewMatthias Einwag2020-09-231-1/+1