mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
parent
3dda6ea7ac
commit
b297fc96b4
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ suite('vscode API - languages', () => {
|
|||
assert.ok(found);
|
||||
});
|
||||
|
||||
test('link detector', async function () { // #140878
|
||||
test('link detector', async function () {
|
||||
const uri = await createRandomFile('class A { // http://a.com }', undefined, '.java');
|
||||
const doc = await vscode.workspace.openTextDocument(uri);
|
||||
|
||||
|
|
Loading…
Reference in a new issue