aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/main.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* vscode: small post-refactorveetaha2020-03-261-3/+1
* vscode: fix memory leak on server restartveetaha2020-03-261-15/+13
* vscode: fix local develveetaha2020-03-261-4/+6
* Use the right arch name for x86 (32 bit)Aleksey Kladov2020-03-251-1/+1
* Don't try to enable proposed API's on stableAleksey Kladov2020-03-241-7/+7
* Make from-source install use cargo installed binary by defaultAleksey Kladov2020-03-201-0/+2
* Simplify extension tag sniffingAleksey Kladov2020-03-191-2/+2
* Rewrite auto-updateAleksey Kladov2020-03-191-20/+138
* Separate persistent mutable state from configAleksey Kladov2020-03-161-4/+6
* Merge #3534bors[bot]2020-03-161-1/+8
|\
| * vscode-postrefactor: unhandled promise rejections shall not pass 2Veetaha2020-03-141-1/+1
| * vscode-postrefactor: unhandled promise rejections shall not passVeetaha2020-03-141-1/+1
| * vscode: amend server installation logic to account for nightliesVeetaha2020-03-141-1/+8
* | feat: add debug code lensHannes De Valkeneer2020-03-111-0/+1
|/
* Config to switch to semantic tokensAleksey Kladov2020-02-261-1/+3
* Don't break onEnter if rust-analyzer fails to startAleksey Kladov2020-02-241-0/+23
* Extract client-side loggingAleksey Kladov2020-02-221-1/+2
* Improve server version infoEdwin Cheng2020-02-211-0/+1
* vscode: press ; to respect semicolonsVeetaha2020-02-171-6/+6
* Remove two stage constuctionAleksey Kladov2020-02-171-7/+4
* Fix link to the manualAleksey Kladov2020-02-171-1/+1
* Push IO and error handling upAleksey Kladov2020-02-171-1/+10
* Simplify startupAleksey Kladov2020-02-171-10/+11
* Simplify TS reload logicAleksey Kladov2020-02-171-2/+19