assistant2: Do not mention diagnostics until done (#27820)
Release Notes: - N/A
This commit is contained in:
parent
63f0fda350
commit
715e23a491
1 changed files with 4 additions and 1 deletions
|
@ -932,7 +932,10 @@ impl Thread {
|
||||||
|
|
||||||
if action_log.has_edited_files_since_project_diagnostics_check() {
|
if action_log.has_edited_files_since_project_diagnostics_check() {
|
||||||
content.push(
|
content.push(
|
||||||
"When you're done making changes, make sure to check project diagnostics and fix all errors AND warnings you introduced!".into(),
|
"\n\nWhen you're done making changes, make sure to check project diagnostics \
|
||||||
|
and fix all errors AND warnings you introduced! \
|
||||||
|
DO NOT mention you're going to do this until you're done."
|
||||||
|
.into(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue