about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2021-01-06More maintainable configAleksey Kladov-0/+8
2021-01-04Rename extension configAleksey Kladov-2/+4
2021-01-04Allow download of aarch64-pc-windows-msvc binariesLaurențiu Nicola-10/+9
2021-01-03Merge #7068bors[bot]-0/+66
2021-01-01Remove some unnecessary code copied from the Syntax Tree commandPhil Ellison-17/+3
2020-12-30Add an option for extra env vars in the Code extensionlf--3/+21
2020-12-29Apply text edits manually in vscode clientLukas Wirth-2/+8
2020-12-28Initial implementation of view-hir commandPhil Ellison-0/+80
2020-12-22Merge #7001bors[bot]-6/+8
2020-12-22Merge #7002bors[bot]-5/+15
2020-12-22Fix grammar nitP. Horban-1/+1
2020-12-22Merge #6993bors[bot]-25/+25
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-22Clean up descriptions for settingsRüdiger Herrmann-25/+25
2020-12-22Merge #6746bors[bot]-1/+1
2020-12-22Merge #6984bors[bot]-1146/+0
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-21Remove TextMate grammarLaurențiu Nicola-1146/+0
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-17LSP 3.16 - Releasedkjeremy-31/+46
2020-12-14add language-configuration.json to .vscodeignoreBryan Gin-ge Chen-0/+1
2020-12-13add a language configuration for VS CodeDusty Pomerleau-0/+49
2020-12-08Make config.rs a single source of truth for configuration.Aleksey Kladov-320/+304
2020-12-08Merge #6706bors[bot]-2/+5
2020-12-08Better config nameKirill Bulatov-3/+6
2020-12-08Remove workaround & fix fetch$1 is not a functionKafji-4/+1
2020-12-08Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov-3/+3
2020-12-07Update npm packageskjeremy-691/+579
2020-11-26Merge #6496bors[bot]-3/+0
2020-11-25Just remove the macro fallbackGeorge Fraser-0/+6
2020-11-25Gate autoimports begind experimental completions flagKirill Bulatov-0/+5
2020-11-21ensure word boundary after `true`Dusty Pomerleau-1/+1
2020-11-17Use vscode-languageclient 7.0.0-next.14kjeremy-13/+15
2020-11-13Cleanup workspace loading a tiny bitAleksey Kladov-5/+5
2020-11-13Merge #6519bors[bot]-0/+37
2020-11-13Revert "Upgrade version of npms lockfile"Aleksey Kladov-2754/+10
2020-11-12add open Cargo.toml actionAnatol Liu-0/+37
2020-11-12Upgrade version of npms lockfileAleksey Kladov-10/+2754
2020-11-12Address review commentsXavier Denis-3378/+15
2020-11-11Add support for loading rustc private cratesXavier Denis-10/+3381
2020-11-10Switch to upstream protocol for resolving code actionAleksey Kladov-20/+18
2020-11-10fix: prevent `/**/` from matching block doc commentsDusty Pomerleau-5/+10
2020-11-09Merge #6465bors[bot]-5/+18
2020-11-07vscode: fix tmGrammar issues around non-controlflow keywordscynecx-7/+7