Fix md document links for untitled files (#155248)

This commit is contained in:
Matt Bierner
2022-07-14 18:15:13 -07:00
committed by GitHub
parent 171537fd73
commit 394eaa9fa3
2 changed files with 5 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ async function getLinksForFile(file: vscode.Uri): Promise<vscode.DocumentLink[]>
}
});
test.skip('Should navigate to fragment within current untitled file', async () => { // TODO: skip for now for ls migration
test('Should navigate to fragment within current untitled file', async () => { // TODO: skip for now for ls migration
const testFile = workspaceFile('x.md').with({ scheme: 'untitled' });
await withFileContents(testFile, joinLines(
'[](#second)',