Enable the Visual Studio Code extension to connect to a managed runtime, both from the existing Blockchain: Connect command and the connection tree.
This change:
Updates the connect command to take a connection name and an optional identity name, and it then creates a client or runtime connection as appropriate. Beforehand it used to accept a fabricConnection object which had a connection profile path, private key path, and certificate path - these are found from within the connect command now.
Updates the tree to handle the updates to the connect command, and correctly display connections to managed runtime - which have no identities array.
Automatically refreshes the tree when the managed runtime configuration changes.
Enable the Visual Studio Code extension to connect to a managed runtime, both from the existing
Blockchain: Connect
command and the connection tree.This change:
connect
command to take a connection name and an optional identity name, and it then creates a client or runtime connection as appropriate. Beforehand it used to accept afabricConnection
object which had a connection profile path, private key path, and certificate path - these are found from within theconnect
command now.connect
command, and correctly display connections to managed runtime - which have no identities array.Signed-off-by: Simon Stone sstone1@uk.ibm.com