This plugin is for neocmakelsp on vscode, it providing:
neocmakelsp can use tcp way to start, and it can be set to use local target, not download asserts from github, you can set them like
{
"neocmakelsp": {
"tcp": true,
"localtarget": true,
"path": "${env:HOME}/.cargo/bin/neocmakelsp"
}
}
NOTE: this feature only enable on unix system which has nc
command.