We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb78274 commit 1661a28Copy full SHA for 1661a28
src/terminal/linkProvider.ts
@@ -54,7 +54,6 @@ export class GitTerminalLinkProvider implements Disposable, TerminalLinkProvider
54
55
let match;
56
do {
57
- console.log(context.line);
58
match = commandsRegex.exec(context.line);
59
if (match != null) {
60
const [_, git, command] = match;
0 commit comments