Skip to content

Commit

Permalink
Remove extra as
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Apr 25, 2024
1 parent 58c97db commit 63d2cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languageFeatures/updatePastedLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as lsp from 'vscode-languageserver-protocol';
import { URI } from 'vscode-uri';
import { LsConfiguration } from '../config';
import { HrefKind, LinkDefinitionSet, MdLinkDefinition } from '../types/documentLink';
import { InMemoryDocument, tempDocVersion as tempDocVersion } from '../types/inMemoryDocument';
import { InMemoryDocument, tempDocVersion } from '../types/inMemoryDocument';
import { isBefore, isBeforeOrEqual } from '../types/position';
import { rangeContains } from '../types/range';
import { getDocUri, ITextDocument } from '../types/textDocument';
Expand Down

0 comments on commit 63d2cbf

Please sign in to comment.