aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge #7002bors[bot]2020-12-221-5/+15
|\ \
| * | Fix grammar nitP. Horban2020-12-221-1/+1
| * | Extension conflict check detests more combinationsPrzemyslaw Horban2020-12-221-5/+15
| |/
* | Merge #6993bors[bot]2020-12-221-25/+25
|\ \ | |/ |/|
| * Clean up descriptions for settingsRüdiger Herrmann2020-12-221-25/+25
* | Merge #6746bors[bot]2020-12-221-1/+1
|\ \
| * | Use workspace applyEdit instead of snippetWorkspaceEditDaiki Ihara2020-12-211-1/+1
* | | Merge #6984bors[bot]2020-12-223-1146/+0
|\ \ \ | |_|/ |/| |
| * | Remove TextMate grammarLaurențiu Nicola2020-12-213-1146/+0
| |/
* | 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
* LSP 3.16 - Releasedkjeremy2020-12-172-31/+46
* add language-configuration.json to .vscodeignoreBryan Gin-ge Chen2020-12-151-0/+1
* add a language configuration for VS CodeDusty Pomerleau2020-12-132-0/+49
* Make config.rs a single source of truth for configuration.Aleksey Kladov2020-12-081-320/+304
* Merge #6706bors[bot]2020-12-081-2/+5
|\
| * Better config nameKirill Bulatov2020-12-081-3/+6
| * Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-3/+3
* | Remove workaround & fix fetch$1 is not a functionKafji2020-12-081-4/+1
|/
* Update npm packageskjeremy2020-12-072-691/+579
* Merge #6496bors[bot]2020-11-261-3/+0
|\
| * Just remove the macro fallbackGeorge Fraser2020-11-251-0/+6
| * Use builtin scopes moreGeorge Fraser2020-11-071-9/+0
* | Gate autoimports begind experimental completions flagKirill Bulatov2020-11-241-0/+5
* | ensure word boundary after `true`Dusty Pomerleau2020-11-211-1/+1
* | Use vscode-languageclient 7.0.0-next.14kjeremy2020-11-173-13/+15
* | Cleanup workspace loading a tiny bitAleksey Kladov2020-11-131-5/+5
* | Merge #6519bors[bot]2020-11-134-0/+37
|\ \
| * | add open Cargo.toml actionAnatol Liu2020-11-134-0/+37
* | | Revert "Upgrade version of npms lockfile"Aleksey Kladov2020-11-131-2754/+10
* | | Upgrade version of npms lockfileAleksey Kladov2020-11-121-10/+2754
* | | Address review commentsXavier Denis2020-11-122-3378/+15
* | | Add support for loading rustc private cratesXavier Denis2020-11-112-10/+3381
|/ /
* | Switch to upstream protocol for resolving code actionAleksey Kladov2020-11-103-20/+18
* | fix: prevent `/**/` from matching block doc commentsDusty Pomerleau2020-11-091-5/+10
* | Merge #6465bors[bot]2020-11-091-5/+18
|\ \
| * | Support multiple workspace editsLukas Wirth2020-11-041-5/+18
* | | vscode: fix tmGrammar issues around non-controlflow keywordscynecx2020-11-071-7/+7
| |/ |/|
* | allow variables to terminate rangesDusty Pomerleau2020-11-071-1/+1
* | precedence fixes:Dusty Pomerleau2020-11-071-7/+7
* | Merge #6488bors[bot]2020-11-061-1/+1
|\ \
| * | add `+=` to assignment operatorsDusty Pomerleau2020-11-061-1/+1
| |/
* / Restore semantic token flickering workaround removed in #5697Charles Pierce2020-11-041-0/+17
|/
* fix: distinguish turbofish function calls from namespacesDusty Pomerleau2020-11-031-0/+60