Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc353a33

Browse files
authored
Fix14779 (#15384)
* FSI Sometimes gets confused by tabs* also fix 15258
1 parentf9181c8 commitc353a33

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎vsintegration/src/FSharp.VS.FSI/fsiSessionToolWindow.fs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,13 @@ type internal FsiToolWindow() as this =
551551
{ hide()}
552552
#silentCd @"{dir}";;
553553
{if dbgBreak then "#dbgbreak" else ""}
554-
#{topLine} @"{filename}"
554+
#{topLine} @"{filename}"
555555
{text.ToString()}
556-
#1 "stdin"
556+
;;
557+
# 1 "stdin"
557558
{ show()};;
558559
"""
560+
559561
executeTextNoHistory filename interaction
560562

561563
letsendSelectionToFSI action=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp