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
Collapse / fold the 2nd area at line 8 (BEFORE 5s when setTimeout kicks in, before you see modal window) - see attached screenshot for how it should look after this step 3
Let the controlling JS code do the operation declared in setTimeout:
As seen from the controlling JS code, I'm appending new line and then some JS code. But because the last folding area is collapsed BEFORE this execution, the appended code is invisible - it is part of the collapsed area and there is no indication to user that something was inserted into the editor. So the editor looks like if nothing has changed.
If I expand the collapsed section, the appended code is visible
Expected Behavior
Newly appended code should be visible even if it is appended after collapsed section
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
Editor link: Monaco Playground
Monaco Editor Playground Code
Reproduction Steps
Actual (Problematic) Behavior
As seen from the controlling JS code, I'm appending new line and then some JS code. But because the last folding area is collapsed BEFORE this execution, the appended code is invisible - it is part of the collapsed area and there is no indication to user that something was inserted into the editor. So the editor looks like if nothing has changed.
If I expand the collapsed section, the appended code is visible
Expected Behavior
Newly appended code should be visible even if it is appended after collapsed section
Additional Context
No response
The text was updated successfully, but these errors were encountered: