File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
contrib/welcomeWalkthrough/browser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1322,7 +1322,7 @@ export class ChangeLanguageAction extends Action {
1322
1322
}
1323
1323
}
1324
1324
1325
- export interface IChangeEOLEntry extends IQuickPickItem {
1325
+ interface IChangeEOLEntry extends IQuickPickItem {
1326
1326
eol : EndOfLineSequence ;
1327
1327
}
1328
1328
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { Dimension } from 'vs/base/browser/dom';
16
16
import { EditorInputCapabilities , IUntypedEditorInput } from 'vs/workbench/common/editor' ;
17
17
import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation' ;
18
18
19
- export class WalkThroughModel extends EditorModel {
19
+ class WalkThroughModel extends EditorModel {
20
20
21
21
constructor (
22
22
private mainRef : string ,
You can’t perform that action at this time.
0 commit comments