mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-26 13:59:49 +00:00
chore: add commit message generation instructions for VSCode (#33077)
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -78,5 +78,10 @@
|
|||||||
"editor.insertSpaces": true
|
"editor.insertSpaces": true
|
||||||
},
|
},
|
||||||
"python.terminal.activateEnvironment": false,
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user