We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7577342 + 2899170 commit 332c831Copy full SHA for 332c831
vscode-dotty/src/worksheet.ts
@@ -194,6 +194,7 @@ class Worksheet implements Disposable {
194
private createDecoration(margin: number, text: string) {
195
return vscode.window.createTextEditorDecorationType({
196
isWholeLine: true,
197
+ rangeBehavior: vscode.DecorationRangeBehavior.OpenClosed,
198
after: {
199
contentText: text,
200
margin: `0px 0px 0px ${margin}ch`,
0 commit comments