Skip to content
Merged

Fix14779 #15384

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions vsintegration/src/FSharp.VS.FSI/fsiSessionToolWindow.fs
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,13 @@ type internal FsiToolWindow() as this =
{ hide()}
#silentCd @"{dir}";;
{if dbgBreak then "#dbgbreak" else ""}
#{topLine} @"{filename}"
# {topLine} @"{filename}"
{text.ToString()}
#1 "stdin"
;;
# 1 "stdin"
{ show()};;
"""

executeTextNoHistory filename interaction

let sendSelectionToFSI action =
Expand Down