mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Fix md document links for untitled files (#155248)
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user