mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
gettingStarted => welcome
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
'use strict';
|
||||
|
||||
import {Registry} from 'vs/platform/platform';
|
||||
import {ElectronGettingStarted} from 'vs/workbench/parts/gettingStarted/electron-browser/electronGettingStarted';
|
||||
import {ElectronGettingStarted} from 'vs/workbench/parts/welcome/electron-browser/electronGettingStarted';
|
||||
import {IWorkbenchContributionsRegistry, Extensions as WorkbenchExtensions} from 'vs/workbench/common/contributions';
|
||||
|
||||
(<IWorkbenchContributionsRegistry>Registry.as(WorkbenchExtensions.Workbench)).registerWorkbenchContribution(
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
'use strict';
|
||||
|
||||
import {IWorkbenchContribution} from 'vs/workbench/common/contributions';
|
||||
import {AbstractGettingStarted} from 'vs/workbench/parts/gettingStarted/common/abstractGettingStarted';
|
||||
import {AbstractGettingStarted} from 'vs/workbench/parts/welcome/common/abstractGettingStarted';
|
||||
import * as platform from 'vs/base/common/platform';
|
||||
|
||||
import { shell } from 'electron';
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
'use strict';
|
||||
|
||||
import * as assert from 'assert';
|
||||
import {AbstractGettingStarted} from 'vs/workbench/parts/gettingStarted/common/abstractGettingStarted';
|
||||
import {AbstractGettingStarted} from 'vs/workbench/parts/welcome/common/abstractGettingStarted';
|
||||
import {IInstantiationService} from 'vs/platform/instantiation/common/instantiation';
|
||||
import {IWorkspaceContextService} from 'vs/platform/workspace/common/workspace';
|
||||
import {ITelemetryService} from 'vs/platform/telemetry/common/telemetry';
|
||||
@@ -78,7 +78,7 @@ define([
|
||||
|
||||
'vs/workbench/parts/feedback/electron-browser/feedback.contribution',
|
||||
|
||||
'vs/workbench/parts/gettingStarted/electron-browser/electronGettingStarted.contribution',
|
||||
'vs/workbench/parts/welcome/electron-browser/electronGettingStarted.contribution',
|
||||
|
||||
'vs/workbench/parts/update/electron-browser/update.contribution',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user