vscode-rf-language-server icon indicating copy to clipboard operation
vscode-rf-language-server copied to clipboard

Comments are not Formatted Inside For Loop

Open Deep-Adhikary opened this issue 4 years ago • 0 comments

Describe the bug Inside FOR loop '#' does not graying out the line as previous version

To Reproduce Steps to reproduce the behavior:

  1. Open VS Code
  2. Create a test.robot file
  3. Write FOR ${abc} IN @{test} #Some Comment
    END

Expected behavior Comment should be grayed out

Screenshots

image

Environment (please complete the following information):

  • VSCode version: 1.44
  • Extension version: 2.9.5
  • OS: Windows 10

Deep-Adhikary avatar Apr 16 '20 01:04 Deep-Adhikary