The function grpc.WithInsecure() is deprecated, use
grpc.WithTransportCredentials(insecure.NewCredentials()) instead.
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
The extension is already bundled when building vscode, this will only update the extension to a newer version if any exist.
If there's no access to openvsx for some reason (self-hosted case) bundled version will be used.