about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2020-11-07Use builtin scopes moreGeorge Fraser-9/+0
2020-11-07allow variables to terminate rangesDusty Pomerleau-1/+1
2020-11-07precedence fixes:Dusty Pomerleau-7/+7
2020-11-06Merge #6488bors[bot]-1/+1
2020-11-07add `+=` to assignment operatorsDusty Pomerleau-1/+1
2020-11-04Restore semantic token flickering workaround removed in #5697Charles Pierce-0/+17
2020-11-04Support multiple workspace editsLukas Wirth-5/+18
2020-11-03fix: distinguish turbofish function calls from namespacesDusty Pomerleau-0/+60
2020-11-03fix: allow functions without curly bracketsDusty Pomerleau-1/+1
2020-11-02fix: allow comments in attributesDusty Pomerleau-0/+6
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-26Update packagekjeremy-12/+12
2020-10-26Latest proposed LSP 3.16.0kjeremy-19/+18
2020-10-26fix: narrow the case where angle brackets are seen as comparison operatorsDusty Pomerleau-1/+19
2020-10-24fix: underscores, raw IDsDusty Pomerleau-16/+17
2020-10-23Merge #6251 #6310bors[bot]-0/+4
2020-10-22fix: prevent line comments inside block commentsDusty Pomerleau-19/+34
2020-10-21fix: require matching hash quantities for raw stringsDusty Pomerleau-22/+3
2020-10-19Merge #6274bors[bot]-1/+3
2020-10-18fix: prevent unwanted interpolation scopesDusty Pomerleau-14/+6
2020-10-18Check cargoExtraArgs for undefined before usingfeileacan-1/+3
2020-10-16Editor: Code: Add callable to package.jsonGrayJack-0/+4
2020-10-16fix: prevent early termination of raw strings with hashDusty Pomerleau-3/+22
2020-10-15Insert a ZWNJ before type hintsLaurențiu Nicola-2/+4
2020-10-13Fix resolveCodeAction requestLaurențiu Nicola-2/+2
2020-10-12Merge #6137bors[bot]-684/+1041
2020-10-11add new TextMate grammarDusty Pomerleau-684/+1041
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/+44
2020-10-06Bump chalk to use latest git to get fixCasey Primozic-1/+1
2020-10-05Make ImportPrefix a configuration optionLukas Wirth-1/+16
2020-10-02Support 'runnables' options in the vs code extensionIgor Aleksanov-2/+31
2020-09-29Extend **Status** command to also show dep info for the fileAleksey Kladov-8/+16
2020-09-29Make method references CodeLens off by default.vsrs-1/+1
2020-09-29Add method references CodeLensvsrs-0/+6
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/+13
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