aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/main.ts
Commit message (Expand)AuthorAgeFilesLines
...
* Fix clearing the tokenMatthias Einwag2020-09-231-3/+8
* Add a command for updating the Github API tokenMatthias Einwag2020-09-231-0/+4
* Use retry dialog also for downloadsMatthias Einwag2020-09-231-20/+30
* Fix tslintMatthias Einwag2020-09-231-2/+2
* Allow to use a Github Auth token for fetching releasesMatthias Einwag2020-09-231-2/+53
* Gzip artifactsVeetaha2020-07-071-8/+9
* Add a command to compute memory usage statisticsJonas Schievink2020-07-071-0/+1
* Consider EPERM error as other vscode processes using rust-analyzerVeetaha2020-07-071-1/+1
* Revert "Dispose logger on extension deactivation"Veetaha2020-07-051-2/+0
* Dispose logger on extension deactivationVeetaha2020-07-051-0/+2
* Improve client logging (use output channel and more log levels)Veetaha2020-07-051-3/+3
*---. Merge #5089 #5161 #5184 #5185 #5186bors[bot]2020-07-021-7/+19
|\ \ \
| | | * Force showing extension activation error pop-up notificationVeetaha2020-07-021-3/+11
| | |/ | |/|
| | * Always install required nightly extension if current one is not nightlyVeetaha2020-07-021-4/+8
| |/
* / Add reload workspace commandAleksey Kladov2020-07-011-1/+1
|/
* Merge #5017bors[bot]2020-06-261-1/+1
|\
| * Add custom cargo runnersvsrs2020-06-241-1/+1
* | Merge branch 'Veetaha-feat/sync-branch'Aleksey Kladov2020-06-251-3/+0
|\ \ | |/ |/|
| * Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha2020-06-181-3/+0
| |
| \
*-. \ Merge #4992 #4993 #4994 #4997 #4998bors[bot]2020-06-231-6/+19
|\ \ \
| | * | Decouple http file stream logic from temp dir logicVeetaha2020-06-221-2/+11
| |/ / |/| |
| * | Make bootstrap error message more informative and better-fittingVeetaha2020-06-221-4/+8
|/ /
* | Download artifacts into tmp dirVeetaha2020-06-201-1/+15
* | Add `rust-analyzer.gotoLocation` commandvsrs2020-06-181-0/+1
|/
* Preliminary implementation of lazy CodeAssitsMikhail Rakhmanov2020-06-021-0/+1
* Add `inRustProject` when-clause for commands.vsrs2020-05-271-0/+6
* Flatten commands.tsAleksey Kladov2020-05-251-1/+0
* Introduce `toggle inlay hints` vscode commandveetaha2020-05-251-0/+1
* Merge #4555 #4575bors[bot]2020-05-231-1/+48
|\
| * Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelfVladimir Serov2020-05-211-1/+1
| |\
| | * Update editors/code/src/main.tsCabia Rangris2020-05-211-1/+1
| * | editors/vscode: forgotten await in os checkVladimir Serov2020-05-211-1/+1
| * | editors/vscode: patchelf-ing without intermediate filesVladimir Serov2020-05-211-5/+5
| |/
| * editor/vscode: lintVladimir Serov2020-05-211-21/+21
| * editors/vscode: removing original file after patchingVladimir Serov2020-05-211-1/+1
| * editors/vscode: added patchelf after downloadVladimir Serov2020-05-211-1/+48
* | CodeAction groupsAleksey Kladov2020-05-221-1/+1
* | Transition OnEnter to WorkspaceSnippetEditAleksey Kladov2020-05-211-1/+1
|/
* Implement client-side of SnippetTextEditAleksey Kladov2020-05-191-0/+1
* "rust-analyzer.newDebugConfig" commandvsrs2020-05-111-0/+1
* "rust-analyzer.debug" commandvsrs2020-05-111-0/+1
* Fix cargo not found on macos bug at vscode extension sideveetaha2020-05-061-6/+2
* vscode: log server binary pathveetaha2020-04-041-0/+2
* Remove old syntax highlightingAleksey Kladov2020-04-021-4/+0
* Pass string instread of WorkspaceFolderTim2020-03-311-1/+1
* Remove unnecessary null checkTim2020-03-311-3/+1
* Throw error if no folder is openedTim2020-03-311-1/+6
* Add basic task supportTim2020-03-301-1/+8
* Code review fixesKirill Bulatov2020-03-301-1/+1
* Client side draftKirill Bulatov2020-03-301-0/+6