Skip to content

Commit 6669d62

Browse files
committed
spelling: from
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 4b3bb37 commit 6669d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracker/workflowDocumentTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function onDidChangeActiveTextEditor(editor?: vscode.TextEditor) {
4141
}
4242
}
4343

44-
// Adapted from from https://github.com/eamodio/vscode-gitlens/blob/f22a9cd4199ac498c217643282a6a412e1fc01ae/src/constants.ts#L74
44+
// Adapted from https://github.com/eamodio/vscode-gitlens/blob/f22a9cd4199ac498c217643282a6a412e1fc01ae/src/constants.ts#L74
4545
enum DocumentSchemes {
4646
DebugConsole = "debug",
4747
Output = "output"

0 commit comments

Comments
 (0)