
This is could be due to the outline model for C# reporting the <top-level-statements-entry-point> symbol at the top of the file (see #7762 )
Workarounds:
- Turn off sticky scroll
editor.stickyScroll.enabled
- Switch the
editor.stickyScroll.defaultModel value to something other than outlineModel
This is could be due to the outline model for C# reporting the
<top-level-statements-entry-point>symbol at the top of the file (see #7762 )Workarounds:
editor.stickyScroll.enablededitor.stickyScroll.defaultModelvalue to something other thanoutlineModel