Skip to content

Commit b297fc9

Browse files
committed
Remove stale comment
microsoft#140878 is fixed
1 parent 3dda6ea commit b297fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode-api-tests/src/singlefolder-tests/languages.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ suite('vscode API - languages', () => {
9696
assert.ok(found);
9797
});
9898

99-
test('link detector', async function () { // #140878
99+
test('link detector', async function () {
100100
const uri = await createRandomFile('class A { // http://a.com }', undefined, '.java');
101101
const doc = await vscode.workspace.openTextDocument(uri);
102102

0 commit comments

Comments
 (0)