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:
parent
600b5c65e9
commit
253c8dbe8e
3 changed files with 12 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue