aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
* Use `.then()` for Thenablewxb1ank2021-06-151-3/+1
* fix: clean-up #8951wxb1ank2021-06-153-15/+25
* Use `Uri.toString()` for URLswxb1ank2021-06-151-5/+7
* Merge #8951bors[bot]2021-06-144-47/+38
|\
| * Lint toolchain.tswxb1ank2021-06-021-1/+1
| * migrate from `fs` to `vscode.FileSystem` APIwxb1ank2021-06-023-44/+35
| * internal: use vscode.FileSystem API in main.tswxb1ank2021-06-022-5/+5
* | fixMilo2021-06-071-1/+1
* | fixMilo2021-06-061-1/+1
* | when you click status bar icon it now restarts serverMilo2021-06-061-0/+1
* | Add function references hover actionLukas Wirth2021-06-041-0/+1
|/
* Fix opening single filesKirill Bulatov2021-05-311-1/+1
* fix: fix shell injection in task spawningAleksey Kladov2021-05-311-6/+6
* Merge #8995bors[bot]2021-05-264-22/+20
|\
| * Create tasks for all workspacesKirill Bulatov2021-05-254-22/+20
* | minor: explicitly set the focus to falseAleksey Kladov2021-05-261-0/+4
|/
* fix: cursor position after item move commandEduardo Canellas2021-05-241-1/+1
* Merge #8955bors[bot]2021-05-243-41/+69
|\
| * Fix ts lint errorsKirill Bulatov2021-05-233-8/+8
| * Send detached files info to server via init paramsKirill Bulatov2021-05-233-6/+27
| * Start rust-analyzer server for arbitrary rust filesKirill Bulatov2021-05-233-39/+46
* | fix: can download server binary on windows againAleksey Kladov2021-05-241-1/+1
* | fix: reveal snippetsAleksey Kladov2021-05-231-0/+3
|/
* More style fixesKirill Bulatov2021-05-232-16/+19
* Style fixKirill Bulatov2021-05-232-12/+11
* Don't use a deprecated accessorKirill Bulatov2021-05-231-1/+1
* Better releaseId namingKirill Bulatov2021-05-232-12/+11
* Remove nightly release id from local storage for stable extensionsKirill Bulatov2021-05-232-1/+6
* Download nightly extension when configured and run from stable extension versionKirill Bulatov2021-05-231-3/+10
* Use `.rs` file ending to get syntax highlightingJonas Schievink2021-05-211-1/+1
* Add a "Debug ItemTree" LSP requestJonas Schievink2021-05-213-0/+57
* Allow viewing the crate graph in a webviewJonas Schievink2021-05-113-0/+11
* Merge #8624bors[bot]2021-04-274-6/+57
|\
| * Use explicit rustc commit-hashvsrs2021-04-223-3/+15
| * Add special `auto` value for `debug.sourceFileMap`vsrs2021-04-224-25/+35
| * Autodetect rust library source file mapvsrs2021-04-222-2/+31
* | 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
|/
* Move cursor position when using item moversJonas Schievink2021-04-132-23/+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
* 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-183-0/+43
* Support multiple parents in parentModule in vscode-clientLukas Wirth2021-03-151-9/+15
* Merge #7799bors[bot]2021-03-133-9/+50
|\
| * Apply review suggestionsvsrs2021-03-111-4/+1