From 40a0ef2f5527d52dd5f8dcc7fa2bc49f0f8ebaa3 Mon Sep 17 00:00:00 2001 From: Josh Spicer <23246594+joshspicer@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:28:07 -0700 Subject: [PATCH] encourage self-hosting of codingAgent features (#253050) --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9bc25b85f21..1651611f6ef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -185,5 +185,7 @@ "chat.instructionsFilesLocations": { ".github/instructions": true, ".vscode": true - } + }, + "githubPullRequests.codingAgent.enabled": true, + "githubPullRequests.codingAgent.uiIntegration": true }