vlang/vscode-vlang

Port conflict when two VLS start up

iacore opened this issue · 0 comments

Currently, this extension run VLS on a fixed port: v ls --child --socket --port 5008 --timeout 15

When two VLS run together, the second one can't start up because port 5008 is already used.

Instead, this extension should choose a random port.