aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
* add open Cargo.toml actionAnatol Liu2020-11-134-0/+37
* 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
* fix: allow functions without curly bracketsDusty Pomerleau2020-11-031-1/+1
* fix: allow comments in attributesDusty Pomerleau2020-11-021-0/+6
* 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
* Update packagekjeremy2020-10-262-12/+12
* Latest proposed LSP 3.16.0kjeremy2020-10-263-19/+18
* fix: narrow the case where angle brackets are seen as comparison operatorsDusty Pomerleau2020-10-261-1/+19
* fix: underscores, raw IDsDusty Pomerleau2020-10-241-16/+17
*-. Merge #6251 #6310bors[bot]2020-10-231-0/+4
|\ \
| * | Editor: Code: Add callable to package.jsonGrayJack2020-10-161-0/+4
* | | fix: prevent line comments inside block commentsDusty Pomerleau2020-10-221-19/+34
| |/ |/|
* | fix: require matching hash quantities for raw stringsDusty Pomerleau2020-10-211-22/+3
* | Merge #6274bors[bot]2020-10-191-1/+3
|\ \
| * | Check cargoExtraArgs for undefined before usingfeileacan2020-10-181-1/+3
* | | fix: prevent unwanted interpolation scopesDusty Pomerleau2020-10-181-14/+6
|/ /
* / fix: prevent early termination of raw strings with hashDusty Pomerleau2020-10-161-3/+22
|/
* Insert a ZWNJ before type hintsLaurențiu Nicola2020-10-151-2/+4
* Fix resolveCodeAction requestLaurențiu Nicola2020-10-131-2/+2
* Merge #6137bors[bot]2020-10-121-684/+1041
|\
| * add new TextMate grammarDusty Pomerleau2020-10-111-684/+1041
* | 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-084-2/+44
|/
* Bump chalk to use latest git to get fixCasey Primozic2020-10-061-1/+1
* Make ImportPrefix a configuration optionLukas Wirth2020-10-051-1/+16
* Support 'runnables' options in the vs code extensionIgor Aleksanov2020-10-025-2/+31
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-292-8/+16
* Make method references CodeLens off by default.vsrs2020-09-291-1/+1
* Add method references CodeLensvsrs2020-09-292-0/+6
* 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
* Remove stray newlineMatthias Einwag2020-09-231-1/+0
* Fix clearing the tokenMatthias Einwag2020-09-231-3/+8