We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5813de commit 5262507Copy full SHA for 5262507
update-extensions.ts
@@ -18,7 +18,7 @@ const overrideConfigurationDefaultValue = new Map<string, unknown>(Object.entrie
18
'solargraph.diagnostics': true,
19
'solargraph.formatting': true,
20
'systemverilog.linter': 'icarus',
21
- 'systemverilog.launchConfiguration': 'iverilog -t null'
+ 'systemverilog.launchConfiguration': 'iverilog -g2012 -t null'
22
}))
23
24
interface Extension {
0 commit comments