|
@ -54,7 +54,6 @@ export class GitTerminalLinkProvider implements Disposable, TerminalLinkProvider |
|
|
|
|
|
|
|
|
let match; |
|
|
let match; |
|
|
do { |
|
|
do { |
|
|
console.log(context.line); |
|
|
|
|
|
match = commandsRegex.exec(context.line); |
|
|
match = commandsRegex.exec(context.line); |
|
|
if (match != null) { |
|
|
if (match != null) { |
|
|
const [_, git, command] = match; |
|
|
const [_, git, command] = match; |
|
|