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

Commit4b80455

Browse files
committed
Refresh workspaces when logging in and out
1 parent44cc8e0 commit4b80455

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/commands.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class Commands {
108108
vscode.commands.executeCommand("coder.open")
109109
}
110110
})
111+
vscode.commands.executeCommand("coder.refreshWorkspaces")
111112
}catch(error){
112113
vscode.window.showErrorMessage("Failed to authenticate with Coder: "+error)
113114
}
@@ -122,6 +123,7 @@ export class Commands {
122123
vscode.commands.executeCommand("coder.login")
123124
}
124125
})
126+
vscode.commands.executeCommand("coder.refreshWorkspaces")
125127
}
126128

127129
publicasynccreateWorkspace():Promise<void>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp