mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Remove extra call to with
This commit is contained in:
@@ -270,10 +270,9 @@ export class MarkdownEngine {
|
||||
const root = vscode.workspace.getWorkspaceFolder(this.currentDocument!);
|
||||
if (root) {
|
||||
uri = vscode.Uri.joinPath(root.uri, uri.fsPath).with({
|
||||
scheme: 'markdown-link',
|
||||
fragment: uri.fragment,
|
||||
query: uri.query,
|
||||
}).with({
|
||||
scheme: 'markdown-link'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user