Remove reference to Copilot plugin (#16916)
This commit is contained in:
parent
c2835df898
commit
0332eaf797
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ impl Render for ConfigurationView {
|
||||||
|svg, delta| svg.with_transformation(Transformation::rotate(percentage(delta))),
|
|svg, delta| svg.with_transformation(Transformation::rotate(percentage(delta))),
|
||||||
);
|
);
|
||||||
|
|
||||||
const ERROR_LABEL: &str = "Copilot Chat requires the Copilot plugin to be available and running. Please ensure Copilot is running and try again, or use a different Assistant provider.";
|
const ERROR_LABEL: &str = "Copilot Chat requires an active GitHub Copilot subscription. Please ensure Copilot is configured and try again, or use a different Assistant provider.";
|
||||||
|
|
||||||
match &self.copilot_status {
|
match &self.copilot_status {
|
||||||
Some(status) => match status {
|
Some(status) => match status {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue