Commit log

7c0d9f4 Added copying

Mikayla Maki created

8c1054f Fixed merge conflict

Mikayla Maki created

b5919c0 Fixed merge conflict

Mikayla Maki created

415e28e Fixed merge conflict

Mikayla Maki created

a823785 Added basic selections

Mikayla Maki created

86d5794 Rebasing onto main

Mikayla Maki created

9b6167a added inline hint

Mikayla Maki created

2c6dcb8 GPUI change proposals

Mikayla Maki created

49bd51c Fixed integration test

Mikayla Maki created

28fd1cc Added another minor test

Mikayla Maki created

d981f4a tidied up magic constants

Mikayla Maki created

4bd1111 Added a small integration test

Mikayla Maki created

304ea2d Merge pull request #1307 from zed-industries/nav-button-tweak

Click to expand commit body
Add tooltips to pane nav buttons and make them trigger on click

Max Brunsfeld created

6642b78 Add tooltips to pane nav buttons and make them trigger on click

Max Brunsfeld created

e3f492e Hoisted assert clipboard into TestAppContext

Mikayla Maki created

c0c2297 Merge branch 'main' into terminal-selections

Mikayla Maki created

4e3c32c Added copying

Mikayla Maki created

49859d8 Merge pull request #1306 from zed-industries/fix-open-pane

Click to expand commit body
Fixed terminal clone on split

Mikayla Maki created

98f6dcc Fixed terminal clone on split

Mikayla Maki created

ad5e4e7 Merge pull request #1305 from zed-industries/fix-default-shell

Click to expand commit body
Now defaults to using user's shell

Mikayla Maki created

ec40826 Now defaults to using user's shell

Mikayla Maki created

240f3d8 Fixed default shell

Mikayla Maki created

bc306ef Merge branch 'main' into terminal-selections

Mikayla Maki created

1cfe868 Merge pull request #1304 from zed-industries/deploy-panic

Click to expand commit body
Fixed working directory issues, added tests.

Mikayla Maki created

02525c5 Added a way to change the timeout with state

Mikayla Maki created

9c51808 Fixed working directory issues, added tests. Working on regression

Mikayla Maki created

5cb59df Fix errors resulting from rebase

Isaac Clayton created

a16fc2b Add basic support for precompiling plugins

Isaac Clayton created

8957474 Done! Finish transition to async, very close to merging

Isaac Clayton created

39fdbc5 Fix most warnings

Isaac Clayton created

d009e10 Fix all residual errors, need to polish off warnings and TODOS

Isaac Clayton created

6585dac Further unpropogate async

Isaac Clayton created

4f016d5 Switch LspAdapter to struct and revert some async/await

Isaac Clayton created

0872e9b use join_all to build partial symbols and completions asynchronously

Isaac Clayton created

602fe14 Going to move LspAdapter from trait to struct

Isaac Clayton created

e4a680f Uncommented previously commented sections

Isaac Clayton created

2b0b341 Move await outside of a closure, remove future_wrap dependency

Isaac Clayton created

172e276 Fix warnings and propogate async further

Isaac Clayton created

ce90dbd Temporarily comment out closure errors to address other errors in project

Isaac Clayton created

2ff67ef Factor out await in doubly-nested for loop

Isaac Clayton created

db7b863 Fix on_settings_changed, need to review that impl is correct

Isaac Clayton created

4dad2eb Refactor closure to extract async

Isaac Clayton created

7d128e8 Add lsp_settings_changed: Task to Project, need to resolve cx in Project::on_settings_changed

Isaac Clayton created

f4b4212 More work on transitioning to async, need to figure out when to stop

Isaac Clayton created

feb6cf6 Allow async to infect some more functions

Isaac Clayton created

61f5326 Add timing instrumentation

Isaac Clayton created

2c637b8 Work on updating code to be async

Isaac Clayton created

841a9bd Make into async trait, will refactor everything Monday

Isaac Clayton created

568017d Annotate that the bug is due to a deadlock, fixing now

Isaac Clayton created

37e0432 Checkpoint

Isaac Clayton created