aboutsummaryrefslogtreecommitdiff
path: root/editors/code
Commit message (Expand)AuthorAgeFilesLines
*-. Merge #8629 #8657bors[bot]2021-04-272-404/+486
|\ \
| | * npm updateJeremy Kolb2021-04-251-407/+484
| * | Support | as a surrounding pairsSmittyvb2021-04-221-1/+2
| |/
* | Fix how and when old inlay hint decorations are disposedJorge Mederos Alvarado2021-04-271-16/+33
* | Add option to opt out from smaller inlay hints font sizeJorge Mederos Alvarado2021-04-272-6/+30
* | add option to package.jsonJorge Mederos Alvarado2021-04-272-4/+5
|/
* Code review feedback.James Leitch2021-04-211-2/+2
* Diagnostic Remap Path Prefixes added.James Leitch2021-04-211-1/+6
* Move cursor position when using item moversJonas Schievink2021-04-132-23/+5
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-121-0/+5
* Sacrifice for the semicolon godAleksey Kladov2021-04-062-5/+5
* More robust status notificationsAleksey Kladov2021-04-063-34/+24
* Use `const` instead of `let`Jonas Schievink2021-03-271-1/+1
* Fix handling of multi-cursor snippetsJonas Schievink2021-03-271-5/+5
* Bump the default hint lengthKirill Bulatov2021-03-231-1/+1
* Limit the hints size by defaultKirill Bulatov2021-03-231-2/+2
* Improve cursor positioning after movingivan7702021-03-181-1/+14
* Fix tsfmt and eslint warningsivan7702021-03-182-4/+4
* Remove movable array, improve client codeivan7702021-03-182-2/+6
* Item up and down moversivan7702021-03-184-0/+53
* Merge #8028bors[bot]2021-03-151-9/+15
|\
| * Support multiple parents in parentModule in vscode-clientLukas Wirth2021-03-151-9/+15
* | Enable proc-macros by defaultAleksey Kladov2021-03-151-1/+1
|/
* Merge #7799bors[bot]2021-03-134-10/+63
|\
| * Apply review suggestionsvsrs2021-03-111-4/+1
| * Remove erroneous commentvsrs2021-02-271-1/+1
| * Add progress reportingvsrs2021-02-272-17/+25
| * Add LSP request and VSCode commandvsrs2021-02-274-9/+57
* | Improve version displayLaurențiu Nicola2021-03-121-3/+2
* | Make code less surprisingAleksey Kladov2021-03-091-24/+24
* | Add more documentation for rustc_privateJoshua Nelson2021-03-081-1/+1
* | Merge #7891bors[bot]2021-03-081-1/+1
|\ \
| * | Document rustc_private in metadataDaniel McNab2021-03-081-1/+1
| * | Revert "Support disabling rustc build scripts"Daniel McNab2021-03-081-5/+0
| * | Support disabling rustc build scriptsDaniel McNab2021-03-081-0/+5
* | | Make code completion "just work" in more casesAleksey Kladov2021-03-081-1/+1
* | | Merge #7901bors[bot]2021-03-085-15/+42
|\ \ \
| * | | Make extension respect http proxy settingsKam Y. Tse2021-03-075-15/+42
| |/ /
* / / Make group imports configurableasv2021-03-071-0/+5
|/ /
* | Migrate to user-centric config name for `cargo check` stuffAleksey Kladov2021-03-041-3/+3
* | clean uo rustup linkcgiguere2021-03-011-1/+1
* | add sponsor linkscgiguere2021-03-011-14/+17
* | Add more information to VSCode extenstion READMECharles Giguere2021-03-011-1/+38
* | Update vscode README with a small features listLukas Wirth2021-03-011-0/+28
|/
* Update our vscode npm packageskjeremy2021-02-232-1630/+1852
* Try to detect musl distros in the Code extensionLaurențiu Nicola2021-02-201-2/+12
* Remove Semantic Tokens flicker workaroundkjeremy2021-02-161-17/+0
* vscode-languageclient 7.1.0-next.2kjeremy2021-02-161-14/+14
* Use npm 7.x package-lock.jsonkjeremy2021-02-161-10/+3270
* Start LSP 3.17 supportJeremy Kolb2021-02-143-22/+22