Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz authored May 2, 2024
1 parent 1258b63 commit 9132c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/plugin_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class PluginService implements ErrorHandler, HostListProviderService {
throw new AwsWrapperError("AwsClient is missing target client connect function."); // This should not be reached
}

// TODO: Add more to this later
// TODO: Add session state changes
async setCurrentClient(newClient: any, hostInfo: HostInfo): Promise<Set<HostChangeOptions>> {
if (this.getCurrentClient().targetClient === null) {
this.getCurrentClient().targetClient = newClient;
Expand Down

0 comments on commit 9132c71

Please sign in to comment.