Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2df5cc

Browse files
committed
fixup
1 parentc3287eb commita2df5cc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

‎src/commands.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -496,17 +496,7 @@ export class Commands {
496496
openRecent=args[4]asboolean|undefined
497497
}
498498

499-
try{
500-
awaitthis.openWorkspace(baseUrl,workspaceOwner,workspaceName,workspaceAgent,folderPath,openRecent)
501-
}catch(err){
502-
constmessage=getErrorMessage(err,"no response from the server")
503-
this.storage.writeToCoderOutputChannel(`Failed to open workspace:${message}`)
504-
this.vscodeProposed.window.showErrorMessage("Failed to open workspace",{
505-
detail:message,
506-
modal:true,
507-
useCustom:true,
508-
})
509-
}
499+
awaitthis.openWorkspace(baseUrl,workspaceOwner,workspaceName,workspaceAgent,folderPath,openRecent)
510500
}
511501

512502
/**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp