Skip to content

Commit

Permalink
feat: check vscode source control commit messages
Browse files Browse the repository at this point in the history
resolves #59
  • Loading branch information
tekumara committed Apr 8, 2024
1 parent c1b26fe commit 53d3bf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ async function createClient(
documentSelector: [
{ scheme: "untitled" },
{ scheme: "file", pattern: "**" },
// source control commit message
{ scheme: "vscode-scm" },
],
outputChannel: outputChannel,
traceOutputChannel: outputChannel,
Expand Down

0 comments on commit 53d3bf5

Please sign in to comment.