Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jun 29, 2018
1 parent d7842d2 commit dada845
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions smoke/src/areas/workbench/localization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export function setup() {
return;
}

const extensionName = 'German Language Pack for Visual Studio Code';
await app.workbench.extensions.openExtensionsViewlet();
await app.workbench.extensions.installExtension(extensionName);

await app.restart({ extraArgs: ['--locale=DE'] });
});

Expand Down

0 comments on commit dada845

Please sign in to comment.