Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughInput.ts')
-rw-r--r--src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughInput.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughInput.ts b/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughInput.ts
index 84477197c4a..bd8aa418627 100644
--- a/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughInput.ts
+++ b/src/vs/workbench/contrib/welcomeWalkthrough/browser/walkThroughInput.ts
@@ -16,7 +16,7 @@ import { Dimension } from 'vs/base/browser/dom';
import { EditorInputCapabilities, IUntypedEditorInput } from 'vs/workbench/common/editor';
import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation';
-export class WalkThroughModel extends EditorModel {
+class WalkThroughModel extends EditorModel {
constructor(
private mainRef: string,