mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
revert vscode cahnges (#4879)
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user