We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent95b5b4e commita65e550Copy full SHA for a65e550
src/commands.ts
@@ -397,7 +397,7 @@ export class Commands {
397
thrownewError("You are not logged in")
398
}
399
400
-letagent=treeItem.workspaceAgent
+constagent=treeItem.workspaceAgent
401
if(!agent){
402
// `openFromSidebar` is only callable on agents or single-agent workspaces,
403
// where this will always be set.
@@ -692,7 +692,7 @@ async function maybeCoderConnectAddr(
692
constcoderConnectHostname=`${agent}.${workspace}.${owner}.${hostnameSuffix}`
693
try{
694
constres=awaitpromisify(lookup)(coderConnectHostname)
695
-returnres.family==6&&inRange(res.address,"fd60:627a:a42b::/48") ?coderConnectHostname :undefined
+returnres.family===6&&inRange(res.address,"fd60:627a:a42b::/48") ?coderConnectHostname :undefined
696
}catch{
697
returnundefined
698