Skip to content

Commit cae6237

Browse files
committed
Keep statusbar panel text and tip correct
1 parent ff2eaf4 commit cae6237

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ export class AtelierAPI {
348348
throw { statusCode: response.status, message: response.statusText };
349349
}
350350
await this.updateCookies(response.headers.raw()["set-cookie"] || []);
351-
panel.text = `${this.connInfo}`;
352-
panel.tooltip = `Connected${pathPrefix ? " to " + pathPrefix : ""} as ${username}`;
353351
if (method === "HEAD") {
354352
authRequestMap.delete(target);
355353
return this.cookies;

0 commit comments

Comments
 (0)