Skip to content

Commit 69327bc

Browse files
committed
feat: Change verilog extension
1 parent c4d87f1 commit 69327bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

update-extensions.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const overrideConfigurationDefaultValue = new Map<string, unknown>(Object.entrie
1616
'Lua.diagnostics.disable': ['lowercase-global'],
1717
'r.lsp.diagnostics': false,
1818
'solargraph.diagnostics': true,
19-
'solargraph.formatting': true
19+
'solargraph.formatting': true,
20+
'systemverilog.linter': 'icarus',
21+
'systemverilog.launchConfiguration': 'iverilog -t null'
2022
}))
2123

2224
interface Extension {
@@ -81,8 +83,8 @@ const extensions: Extension[] = [
8183
'./out/syntaxes/tcl.json': './syntaxes/tcl.tmlanguage.yaml'
8284
}
8385
}, {
84-
name: 'verilog',
85-
repository: 'mshr-h/vscode-verilog-hdl-support'
86+
name: 'svlangserver',
87+
repository: 'codingame/svlangserver'
8688
}, {
8789
name: 'postgresql',
8890
repository: 'Borvik/vscode-postgres'

0 commit comments

Comments
 (0)