revert vscode cahnges (#4879)

This commit is contained in:
Anthony Dresser
2019-04-05 09:15:38 -07:00
committed by GitHub
parent 572010ded1
commit 9bd7e30d18
9 changed files with 14 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ export class OpenGettingStartedInBrowserAction extends Action {
constructor(
@IOpenerService private openerService: IOpenerService
) {
super('update.openGettingStartedGuide', nls.localize('gettingStarted', "Get Started"), null, true);
super('update.openGettingStartedGuide', nls.localize('gettingStarted', "Get Started"), undefined, true);
}
run(): Promise<any> {