-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Fix with Assistant" code action on lines with diagnostics #18163
Commits on Sep 20, 2024
-
Introduce a new
CodeActionProvider
trait ineditor
This paves the way for AI-assisted refactorings. Co-Authored-By: Nathan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82a8e53 - Browse repository at this point
Copy the full SHA 82a8e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5b67b - Browse repository at this point
Copy the full SHA 6c5b67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeca84c - Browse repository at this point
Copy the full SHA aeca84cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83fcd46 - Browse repository at this point
Copy the full SHA 83fcd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed971a4 - Browse repository at this point
Copy the full SHA ed971a4View commit details -
Change title to
Fix with Assistant
Co-Authored-By: Nathan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c29812 - Browse repository at this point
Copy the full SHA 7c29812View commit details -
Merge remote-tracking branch 'origin/main' into ai-code-actions
# Conflicts: # crates/assistant/src/inline_assistant.rs
Configuration menu - View commit details
-
Copy full SHA for c33243e - Browse repository at this point
Copy the full SHA c33243eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c07815 - Browse repository at this point
Copy the full SHA 2c07815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f38f3 - Browse repository at this point
Copy the full SHA 14f38f3View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15c561b - Browse repository at this point
Copy the full SHA 15c561bView commit details
Commits on Sep 23, 2024
-
Hardcode
num_cpus
to4
in testsThis would cause non-determinism because we can't know how many CPUs we'll have on the machine that runs the test. Co-Authored-By: Nathan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35599c8 - Browse repository at this point
Copy the full SHA 35599c8View commit details -
Merge remote-tracking branch 'origin/main' into ai-code-actions
# Conflicts: # crates/project/src/lsp_store.rs
Configuration menu - View commit details
-
Copy full SHA for f3458f4 - Browse repository at this point
Copy the full SHA f3458f4View commit details -
Wait until SSH project has fully been scanned before sharing it
This fixes a test that was failing after we fixed some non-determinism caused by `num_cpus` (see 35599c8), but it really is just a bandaid that's hiding an actual problem we have in production. We think there's some race condition that can happen when a host shares via SSH before the worktree has fully been scanned, and at the same time a guest joins. /cc: @ConradIrwin Co-Authored-By: Nathan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff3d338 - Browse repository at this point
Copy the full SHA ff3d338View commit details -
The order changed after 35599c8. Co-Authored-By: Nathan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d1627d - Browse repository at this point
Copy the full SHA 3d1627dView commit details