DVT IDE for VS Code VHDL User Guide
Rev. 24.1.5, 13 March 2024

26.2.2 dvt_ls.sh Examples

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>'...
Server stopped

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>'...
Server stopped
...

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