about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2020-12-30Add an option for extra env vars in the Code extensionlf--3/+13
2020-12-29Apply text edits manually in vscode clientLukas Wirth-2/+8
2020-12-28Initial implementation of view-hir commandPhil Ellison-0/+71
2020-12-22Merge #7001bors[bot]-6/+8
2020-12-22Fix grammar nitP. Horban-1/+1
2020-12-22Extension conflict check detests more combinationsPrzemyslaw Horban-5/+15
2020-12-22Add support for downloading aarch64-apple-darwin binaries, change naming conv...Laurențiu Nicola-6/+8
2020-12-22Merge #6746bors[bot]-1/+1
2020-12-21Don't download x64 binaries on non-Mac arm64Laurențiu Nicola-1/+3
2020-12-22Allow code extension to download binary in apple armSon-1/+1
2020-12-21Remove outdated FIXMELaurențiu Nicola-3/+2
2020-12-21Use /etc/os-release to check for NixOSLaurențiu Nicola-1/+10
2020-12-21Use workspace applyEdit instead of snippetWorkspaceEditDaiki Ihara-1/+1
2020-12-18Fixed formattingPrzemyslaw Horban-2/+2
2020-12-18Added a warning if conflicting rust-lang.rust is enabled.Przemyslaw Horban-0/+11
2020-12-08Remove workaround & fix fetch$1 is not a functionKafji-4/+1
2020-11-17Use vscode-languageclient 7.0.0-next.14kjeremy-0/+2
2020-11-12add open Cargo.toml actionAnatol Liu-0/+28
2020-11-10Switch to upstream protocol for resolving code actionAleksey Kladov-20/+18
2020-11-09Merge #6465bors[bot]-5/+18
2020-11-04Restore semantic token flickering workaround removed in #5697Charles Pierce-0/+17
2020-11-04Support multiple workspace editsLukas Wirth-5/+18
2020-10-28Smaller inlay hintskjeremy-1/+1
2020-10-28Also set textDecoration: none on inlay hintsLaurențiu Nicola-0/+1
2020-10-27Set font-wieght: normal on inlay hintsLaurențiu Nicola-0/+1
2020-10-26Latest proposed LSP 3.16.0kjeremy-3/+2
2020-10-18Check cargoExtraArgs for undefined before usingfeileacan-1/+3
2020-10-15Insert a ZWNJ before type hintsLaurențiu Nicola-2/+4
2020-10-13Fix resolveCodeAction requestLaurențiu Nicola-2/+2
2020-10-08Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker-1/+1
2020-10-08Code reorganisation and field supportZac Pullar-Strecker-4/+4
2020-10-08Changes from reviewZac Pullar-Strecker-10/+1
2020-10-08WIP: Command to open docs under cursorZac Pullar-Strecker-2/+35
2020-10-02Support 'runnables' options in the vs code extensionIgor Aleksanov-1/+13
2020-09-29Extend **Status** command to also show dep info for the fileAleksey Kladov-8/+16
2020-09-29Add method references CodeLensvsrs-0/+1
2020-09-23Fix lintMatthias Einwag-1/+1
2020-09-23Move unlink on download into download functionMatthias Einwag-11/+11
2020-09-23Remane functionMatthias Einwag-5/+5
2020-09-23Use closure in trailing position and strongly type header mapMatthias Einwag-18/+21
2020-09-23Apply suggestions from code reviewMatthias Einwag-1/+1
2020-09-23Remove stray newlineMatthias Einwag-1/+0
2020-09-23Fix clearing the tokenMatthias Einwag-3/+8
2020-09-23Add a command for updating the Github API tokenMatthias Einwag-0/+4
2020-09-23Use retry dialog also for downloadsMatthias Einwag-20/+30
2020-09-22Fix tslintMatthias Einwag-2/+2
2020-09-22Allow to use a Github Auth token for fetching releasesMatthias Einwag-4/+72
2020-09-17Fix LSP requests with no argumentsLaurențiu Nicola-6/+6
2020-09-15Fix delimiter in SSR exampleLaurențiu Nicola-1/+1
2020-09-02Move to vscode-languageclient 7.0.0-next.9kjeremy-18/+9