From 2f208bbd25af3bb95844d2e1359a013d1d5d753c Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Thu, 10 Jul 2025 11:25:07 -0700 Subject: [PATCH] Reduce reader anxiety by showing them how to re-enable it. --- docs/copilot/setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/copilot/setup.md b/docs/copilot/setup.md index 8a176dd84f..0867b5ba74 100644 --- a/docs/copilot/setup.md +++ b/docs/copilot/setup.md @@ -75,7 +75,9 @@ To disable Copilot for a specific workspace: 1. Open the Extensions view in VS Code (`kb(workbench.view.extensions)`). 1. Search for the **GitHub Copilot** extension. -1. Select the gear icon and then select **Disable (Workspace)** +1. Select the gear icon and then select **Disable (Workspace)**. +1. Select **Restart extensions**. +1. You can re-enable it later by selecting the **Enable (Workspace)** button that appears after restarting extensions. ![Screenshot that shows the GitHub Copilot extension in the Extensions view, with the option to disable it for the workspace.](images/setup/copilot-disable-workspace.png)