We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1729e commit 32cc858Copy full SHA for 32cc858
src/ui/hover.ts
@@ -7,7 +7,7 @@ import { DisplayStyle, languageForDisplayStyle, variableDescription, variableVal
7
import { Session } from '../debug/session';
8
9
export class HoverProvider implements vscode.HoverProvider {
10
- static readonly SUPPORTED_LANGUAGES: string[] = ['verilog'];
+ static readonly SUPPORTED_LANGUAGES: string[] = ['verilog', 'systemverilog'];
11
12
constructor(
13
private rtlDebugger: CXXRTLDebugger
0 commit comments