mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
Merge from vscode 52dcb723a39ae75bee1bd56b3312d7fcdc87aeed (#6719)
This commit is contained in:
@@ -31,6 +31,7 @@ export abstract class AbstractRemoteAgentService extends Disposable {
|
||||
@IEnvironmentService protected readonly _environmentService: IEnvironmentService
|
||||
) {
|
||||
super();
|
||||
this._environment = null;
|
||||
}
|
||||
|
||||
abstract getConnection(): IRemoteAgentConnection | null;
|
||||
|
||||
Reference in New Issue
Block a user