mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-11 03:51:37 -04: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