We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13feea commit 3b3469dCopy full SHA for 3b3469d
test/smoke/src/areas/workbench/localization.test.ts
@@ -12,8 +12,7 @@ export function setup(logger: Logger) {
12
// Shared before/after handling
13
installAllHandlers(logger);
14
15
- // skipped until translations are available https://github.com/microsoft/vscode/issues/150324
16
- it.skip('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
+ it('starts with "DE" locale and verifies title and viewlets text is in German', async function () {
17
const app = this.app as Application;
18
19
await app.workbench.extensions.openExtensionsViewlet();
0 commit comments