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 4b3bb37 commit 6669d62Copy full SHA for 6669d62
src/tracker/workflowDocumentTracker.ts
@@ -41,7 +41,7 @@ async function onDidChangeActiveTextEditor(editor?: vscode.TextEditor) {
41
}
42
43
44
-// Adapted from from https://github.com/eamodio/vscode-gitlens/blob/f22a9cd4199ac498c217643282a6a412e1fc01ae/src/constants.ts#L74
+// Adapted from https://github.com/eamodio/vscode-gitlens/blob/f22a9cd4199ac498c217643282a6a412e1fc01ae/src/constants.ts#L74
45
enum DocumentSchemes {
46
DebugConsole = "debug",
47
Output = "output"
0 commit comments