Revert "Revert "leverage file outline and selection as opposed to entire file""

This commit is contained in:
Antonio Scandurra 2023-09-29 17:15:26 +02:00 committed by GitHub
parent c379a6f2fb
commit d9c08de58a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 412 additions and 90 deletions

View file

@ -1,6 +1,7 @@
pub mod assistant_panel;
mod assistant_settings;
mod codegen;
mod prompts;
mod streaming_diff;
use ai::completion::Role;