From 8e1290ca1f6879095eb75f1f99fd1cc11e27cd93 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:06:26 +0000 Subject: [PATCH 1/3] Initial plan From b84a8b213b21d9872806002f1144bc5d9ddcf904 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:11:32 +0000 Subject: [PATCH 2/3] Update VS Code Copilot settings for verified student pack Co-authored-by: Jayaprakash-L <221457186+Jayaprakash-L@users.noreply.github.com> Agent-Logs-Url: https://github.com/deekshithgowda85/Automl/sessions/ab9006bb-fb6d-4e7b-be75-83e6a59ca731 --- automl/.vscode/extensions.json | 6 ++++++ automl/.vscode/settings.json | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 automl/.vscode/extensions.json diff --git a/automl/.vscode/extensions.json b/automl/.vscode/extensions.json new file mode 100644 index 0000000..4db7e28 --- /dev/null +++ b/automl/.vscode/extensions.json @@ -0,0 +1,6 @@ +{ + "recommendations": [ + "GitHub.copilot", + "GitHub.copilot-chat" + ] +} diff --git a/automl/.vscode/settings.json b/automl/.vscode/settings.json index 2c52e89..a21639d 100644 --- a/automl/.vscode/settings.json +++ b/automl/.vscode/settings.json @@ -1,3 +1,11 @@ { + "github.copilot.enable": { + "*": true, + "plaintext": true, + "markdown": true, + "scminput": false + }, + "github.copilot.editor.enableAutoCompletions": true, + "github.copilot.chat.enabled": true, "github.copilot.advanced": {} } \ No newline at end of file From 4c8653f57b3befda8ac7e277678ecfaa6a43e26b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:12:33 +0000 Subject: [PATCH 3/3] Remove deprecated Copilot Chat extension recommendation and setting Co-authored-by: Jayaprakash-L <221457186+Jayaprakash-L@users.noreply.github.com> Agent-Logs-Url: https://github.com/deekshithgowda85/Automl/sessions/ab9006bb-fb6d-4e7b-be75-83e6a59ca731 --- automl/.vscode/extensions.json | 3 +-- automl/.vscode/settings.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/automl/.vscode/extensions.json b/automl/.vscode/extensions.json index 4db7e28..f673960 100644 --- a/automl/.vscode/extensions.json +++ b/automl/.vscode/extensions.json @@ -1,6 +1,5 @@ { "recommendations": [ - "GitHub.copilot", - "GitHub.copilot-chat" + "GitHub.copilot" ] } diff --git a/automl/.vscode/settings.json b/automl/.vscode/settings.json index a21639d..8672b07 100644 --- a/automl/.vscode/settings.json +++ b/automl/.vscode/settings.json @@ -6,6 +6,5 @@ "scminput": false }, "github.copilot.editor.enableAutoCompletions": true, - "github.copilot.chat.enabled": true, "github.copilot.advanced": {} } \ No newline at end of file