vscode-verilog-hdl-support
vscode-verilog-hdl-support copied to clipboard
[BUG] Highlighting fails with case/endcase and Java Language Support enabled
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:
- Install the Java Extension Pack and this extension
- Make a .v file, and add a case statement
- See error
Expected behavior Proper syntax highlighting in VSCode
Actual behavior
If applicable, add screenshots to help explain your problem.
I don't think only Red Hat Java extension do this