You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vsintegration/src/vs/FsPkgs/FSharp.VS.FSI/VFSIstrings.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,5 @@ sessionTerminationDetected,"Session termination detected. Press Enter to restart
8
8
fsharpInteractive,"F# Interactive"
9
9
couldNotFindFsiExe,"Could not find fsi.exe, the F# Interactive executable.\nThis file does not exist:\n\n%s\n"
10
10
killingProcessRaisedException,"Killing process raised exception:\n%s"
11
-
sessionIsNotDebugFriendly,"The current F# Interactive session is not configured for debugging. For the best experience, enable debugging in F# Interactive settings, then reset the session.\n\nPress OK to debug with the current settings, or Cancel to abort."
11
+
sessionIsNotDebugFriendly,"The current F# Interactive session is not configured for debugging. For the best experience, enable debugging in F# Interactive settings, then reset the session.\n\nAttempt debugging with current settings?"
12
+
doNotShowWarningInFuture,"Don't show this warning again"