From b0c0045c000b9fe6745d12b860882d3002fc3ff3 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Sun, 28 Jul 2024 14:01:48 -0500 Subject: [PATCH] When generating FSI refs files, don't use an explicit view column. Instead, open the file in the 'beside' column - which is relative and will never open more than one column. --- src/Components/Fsi.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Fsi.fs b/src/Components/Fsi.fs index 3f10ad9f..4b7ae285 100644 --- a/src/Components/Fsi.fs +++ b/src/Components/Fsi.fs @@ -647,7 +647,7 @@ module Fsi = let! td = vscode.Uri.parse ("untitled:" + path) |> workspace.openTextDocument - let! te = window.showTextDocument (td, ViewColumn.Three) + let! te = window.showTextDocument (td, ViewColumn.Beside) let! _ = te.edit (fun e ->