Skip to content

Commit 5262507

Browse files
committed
fix: Force verilog to 2012 version
1 parent c5813de commit 5262507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-extensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const overrideConfigurationDefaultValue = new Map<string, unknown>(Object.entrie
1818
'solargraph.diagnostics': true,
1919
'solargraph.formatting': true,
2020
'systemverilog.linter': 'icarus',
21-
'systemverilog.launchConfiguration': 'iverilog -t null'
21+
'systemverilog.launchConfiguration': 'iverilog -g2012 -t null'
2222
}))
2323

2424
interface Extension {

0 commit comments

Comments
 (0)