mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Enable locale picker in web (#150496)
* Enable locale picker in web * fix the test by getting the locale from the loader config
This commit is contained in:
committed by
GitHub
parent
3fb958d295
commit
db60eaa2ee
@@ -96,6 +96,8 @@ suite('vscode API - languages', () => {
|
||||
assert.ok(found);
|
||||
});
|
||||
|
||||
// HINT: If this test fails, and you have been modifying code used in workers, you might have
|
||||
// accidentally broken the workers. Check the logs for errors.
|
||||
test('link detector', async function () {
|
||||
const uri = await createRandomFile('class A { // http://a.com }', undefined, '.java');
|
||||
const doc = await vscode.workspace.openTextDocument(uri);
|
||||
|
||||
Reference in New Issue
Block a user