fix: now ssh connection use use private key instead of the default
This commit is contained in:
@@ -12,8 +12,8 @@ export default class DSHome {
|
||||
|
||||
constructor(context: vscode.ExtensionContext) {
|
||||
this.context = context;
|
||||
this.remoteContainer = new RemoteContainer();
|
||||
this.user = new User(context);
|
||||
this.remoteContainer = new RemoteContainer(this.user);
|
||||
}
|
||||
|
||||
async toggle(url: string = DSHome.defaultUrl) {
|
||||
|
Reference in New Issue
Block a user