DVT IDE for VS Code VHDL User Guide
Rev. 23.1.12, 23 May 2023
| Start a standalone Language Server dvt_ls.sh start /path/to/project -lang vlog Start a Language Server using bsub bsub ... 'dvt_ls.sh start /path/to/project -lang vlog -build rtl -noexit' Stop a Language Server dvt_ls.sh stop -id <id> The output will indicate that it's trying to stop the server and confirm or show and error when the operation completes. Stopping server '<id>'... Stop all available (unused and reachable) Language Servers dvt_ls.sh stop -available The output will indicate that it's trying to stop the server and confirm or show and error for each server when the operation completes. Stopping server '<id>'... Print information about all Language Servers started by your user dvt_ls.sh list Print information about all available (unused and reachable) Language Servers started by yout user dvt_ls.sh list -available |