vscode-vlang icon indicating copy to clipboard operation
vscode-vlang copied to clipboard

Port conflict when two VLS start up

Open iacore opened this issue 3 years ago • 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.

iacore avatar Oct 08 '22 13:10 iacore