In this session there are four sperate submissions, all sent in one go by using Alt+A select all then Debug in Fsi from the context menu. Note the Warning triangles:

This happens because each section of code is separated by ;; and executed in a single submission.
Expected: All submitted code to be compiled and then executed.
Note: This behavior requires this PR: #14537