chore: add commit message generation instructions for VSCode (#33077)

This commit is contained in:
Mason Daugherty
2025-09-24 01:06:43 -04:00
committed by GitHub
parent d99a02bb27
commit 504ef96500

View File

@@ -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"
}
]
}