cazfletch / fabric-vscode-extension

Apache License 2.0
0 stars 3 forks source link

Separate client and runtime connections #15

Closed sstone1 closed 6 years ago

sstone1 commented 6 years ago

Enable connections to a managed runtime from within the Visual Studio Code connection. The difference between a client connection and a runtime connection is that a client connection requires a connection profile path, certificate path, and private key path - where instead a runtime connection has all these things in memory. These differences are limited to the connect() method.

So...

Also I decided that BaseFabricRegistry is a sucky name, so I renamed it to FabricRegistry.