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