Disable copilot for feedback and lsp log editors

LSP log editor caused recursive flood of messages, and feedback editor is better with people writing their own feedback.
This commit is contained in:
Kirill Bulatov 2024-01-15 15:49:23 +02:00
parent 600b5c65e9
commit 253c8dbe8e
3 changed files with 12 additions and 3 deletions

View file

@ -449,6 +449,7 @@ impl LspLogView {
editor.set_text(log_contents, cx);
editor.move_to_end(&MoveToEnd, cx);
editor.set_read_only(true);
editor.set_show_copilot_suggestions(false);
editor
});
let editor_subscription = cx.subscribe(