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:
Tyler James Leonhardt
2022-06-06 10:34:00 -07:00
committed by GitHub
parent 3fb958d295
commit db60eaa2ee
9 changed files with 74 additions and 6 deletions

View File

@@ -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);