about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2021-05-23Style fixKirill Bulatov-12/+11
2021-05-23Don't use a deprecated accessorKirill Bulatov-1/+1
2021-05-23Better releaseId namingKirill Bulatov-12/+11
2021-05-23Remove nightly release id from local storage for stable extensionsKirill Bulatov-1/+6
2021-05-23Download nightly extension when configured and run from stable extension versionKirill Bulatov-3/+10
2021-05-22Use `.rs` file ending to get syntax highlightingJonas Schievink-1/+1
2021-05-21Add a "Debug ItemTree" LSP requestJonas Schievink-0/+62
2021-05-20Merge #8873bors[bot]-7/+14
2021-05-19Replace ImportGranularity::Guess with guessing boolean flagLukas Tobias Wirth-3/+6
2021-05-18Add ImportGranularity::GuessLukas Tobias Wirth-1/+3
2021-05-18MergeBehavior -> ImportGranularityLukas Tobias Wirth-8/+10
2021-05-18Add new LSP extension for workspace symbol lookupalcroito-0/+26
2021-05-17minor: adjust config nameAleksey Kladov-5/+5
2021-05-17Merge #8795bors[bot]-0/+5
2021-05-11Allow viewing the crate graph in a webviewJonas Schievink-0/+16
2021-05-10Formatting and docsJohn Renner-0/+5
2021-05-10Give MergeBehaviour variants better namesLukas Wirth-6/+6
2021-05-08:arrow_up: package-lock.jsonAleksey Kladov-225/+381
2021-04-28internal: ensure that client and server-side configs are not mixed upAleksey Kladov-6/+6
2021-04-27Merge #8624bors[bot]-8/+60
2021-04-27Merge #8629 #8657bors[bot]-404/+486
2021-04-26Fix how and when old inlay hint decorations are disposedJorge Mederos Alvarado-16/+33
2021-04-26Add option to opt out from smaller inlay hints font sizeJorge Mederos Alvarado-6/+30
2021-04-26add option to package.jsonJorge Mederos Alvarado-4/+5
2021-04-25npm updateJeremy Kolb-407/+484
2021-04-22Support | as a surrounding pairsSmittyvb-1/+2
2021-04-22Use explicit rustc commit-hashvsrs-3/+15
2021-04-22Add special `auto` value for `debug.sourceFileMap`vsrs-27/+38
2021-04-22Autodetect rust library source file mapvsrs-2/+31
2021-04-21Code review feedback.James Leitch-2/+2
2021-04-21Diagnostic Remap Path Prefixes added.James Leitch-1/+6
2021-04-14Move cursor position when using item moversJonas Schievink-23/+5
2021-04-12feat: avoid checking the whole project during initial loadingAleksey Kladov-0/+5
2021-04-06Sacrifice for the semicolon godAleksey Kladov-5/+5
2021-04-06More robust status notificationsAleksey Kladov-34/+24
2021-03-27Use `const` instead of `let`Jonas Schievink-1/+1
2021-03-27Fix handling of multi-cursor snippetsJonas Schievink-5/+5
2021-03-23Bump the default hint lengthKirill Bulatov-1/+1
2021-03-23Limit the hints size by defaultKirill Bulatov-2/+2
2021-03-18Improve cursor positioning after movingivan770-1/+14
2021-03-18Fix tsfmt and eslint warningsivan770-4/+4
2021-03-18Remove movable array, improve client codeivan770-2/+6
2021-03-18Item up and down moversivan770-0/+53
2021-03-15Merge #8028bors[bot]-9/+15
2021-03-15Enable proc-macros by defaultAleksey Kladov-1/+1
2021-03-15Support multiple parents in parentModule in vscode-clientLukas Wirth-9/+15
2021-03-13Merge #7799bors[bot]-10/+63
2021-03-12Improve version displayLaurențiu Nicola-3/+2
2021-03-11Apply review suggestionsvsrs-4/+1
2021-03-09Make code less surprisingAleksey Kladov-24/+24