Skip to content

Commit b87121e

Browse files
authored
Fixes commit message action conflict with Assistant
2 parents cc17da5 + 3f345fd commit b87121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3114,7 +3114,7 @@
31143114
"scm/inputBox": [
31153115
{
31163116
"command": "github.copilot.git.generateCommitMessage",
3117-
"when": "scmProvider == git"
3117+
"when": "scmProvider == git && github.copilot-chat.activated && (!config.positron.assistant.enable || !config.positron.assistant.gitIntegration.enable)"
31183118
}
31193119
],
31203120
"testing/message/context": [

0 commit comments

Comments
 (0)