issues
search
eirikpre
/
VSCode-SystemVerilog
SystemVerilog support in VS Code
MIT License
128
stars
50
forks
source link
Lsp structure onsave compile
#57
Closed
oehaddouchi
closed
5 years ago
oehaddouchi
commented
5 years ago
Implemented the LSP structure: client/server functionality to communicate with the server from the extension.
Migrated the compiling feature from the extension to the server.
Added compile
onSave
event to trigger compiling documents if
systemverilog.verilator.compileOnSave
is set to true in the VSCode's settings
onSave
event to trigger compiling documents ifsystemverilog.verilator.compileOnSave
is set to true in the VSCode's settings