You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/parts/welcome/walkThrough/node/walkThroughInput.ts
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -120,22 +120,6 @@ export class WalkThroughInput extends EditorInput {
120
120
}
121
121
122
122
returnthis.promise;
123
-
124
-
// TODO: replicate above?
125
-
// return this.promise.then(ref => {
126
-
// const model = ref.object;
127
-
128
-
// if (!(model instanceof ResourceEditorModel)) {
129
-
// ref.dispose();
130
-
// this.promise = null;
131
-
// return TPromise.wrapError(`Unexpected model for ResourceInput: ${this.resource}`); // TODO@Ben eventually also files should be supported, but we guard due to the dangerous dispose of the model in dispose()
0 commit comments