From 504ef965000e74aa80a74720af74add04d7580c4 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 24 Sep 2025 01:06:43 -0400 Subject: [PATCH] chore: add commit message generation instructions for VSCode (#33077) --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 29072f76c0b..1ffd996f687 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -78,5 +78,10 @@ "editor.insertSpaces": true }, "python.terminal.activateEnvironment": false, - "python.defaultInterpreterPath": "./.venv/bin/python" + "python.defaultInterpreterPath": "./.venv/bin/python", + "github.copilot.chat.commitMessageGeneration.instructions": [ + { + "file": ".github/workflows/pr_lint.yml" + } + ] }