vscode-verilog-hdl-support icon indicating copy to clipboard operation
vscode-verilog-hdl-support copied to clipboard

[BUG] Highlighting fails with case/endcase and Java Language Support enabled

Open ameyalaad opened this issue 4 years ago • 1 comments

Describe the bug The syntax is not highlighted for the case/endcase module. It seems to fail to detect the endcase statement.

It is conflicting with the linter for Java: Language Support for Java(TM) by Red Hat

Environment (please complete the following information):

  • OS: Windows 10 2004 build 19041
  • VS Code version 1.45.1
  • Extension version 1.2.2
  • Language Support for Java(TM) by Red Hat (Java Extension Pack)

Steps to reproduce Steps to reproduce the behavior:

  1. Install the Java Extension Pack and this extension
  2. Make a .v file, and add a case statement
  3. See error

Expected behavior Proper syntax highlighting in VSCode

Actual behavior If applicable, add screenshots to help explain your problem. image

ameyalaad avatar Sep 01 '20 07:09 ameyalaad

I don't think only Red Hat Java extension do this image

minecraft2048 avatar Sep 18 '20 00:09 minecraft2048