Skip to content

Commit 58b97aa

Browse files
authored
Hide last line in folded regions using ISE mode (#4425)
1 parent 2b8e4c2 commit 58b97aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/ISECompatibility.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export class ISECompatibilityFeature implements vscode.Disposable {
2323
{ path: "files", name: "defaultLanguage", value: "powershell" },
2424
{ path: "workbench", name: "colorTheme", value: "PowerShell ISE" },
2525
{ path: "editor", name: "wordSeparators", value: "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?" },
26-
{ path: "powershell.buttons", name: "showPanelMovementButtons", value: true }
26+
{ path: "powershell.buttons", name: "showPanelMovementButtons", value: true },
27+
{ path: "powershell.codeFolding", name: "showLastLine", value: false }
2728
];
2829

2930
private _commandRegistrations: vscode.Disposable[] = [];

0 commit comments

Comments
 (0)