feat: support first connect in remote environment
This commit is contained in:
@@ -69,7 +69,7 @@ export default class DSHome {
|
||||
break;
|
||||
}
|
||||
case 'firstOpenRemoteFolder':
|
||||
await this.remoteContainer.firstConnect(data.host, data.username, data.port)
|
||||
await this.remoteContainer.firstConnect(data.host, data.username, data.port, this.context)
|
||||
.then((_res) => {
|
||||
if (_res == 'success') {
|
||||
// only success then open folder
|
||||
|
||||
Reference in New Issue
Block a user