-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Playgrounds
-
None
-
Needed
-
Iteration Lime, Iteration Maracuja
Currently, code lenses are not being shown at the end of a playground if there is no EOF empty line. Change the logic to show code lenses above the selected block of text instead of showing them below the selection. According to VSCode API code lenses always appear above the specified line, therefore if there is no empty line below the selected block of text, there is no entry point for code lenses to appear above.