Skip to content

Commit f9ce160

Browse files
mustard-mhiQQBot
andauthored
Update components/public-api-server/pkg/apiv1/workspace.go
Co-authored-by: iQQBot <[email protected]>
1 parent b6ef9a1 commit f9ce160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/public-api-server/pkg/apiv1/workspace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ func convertIdeConfig(ideConfig *protocol.WorkspaceInstanceIDEConfig) *v1.Worksp
440440
}
441441
ideVersion := "stable"
442442
if ideConfig.UseLatest {
443-
ideVersion = "stable"
443+
ideVersion = "latest"
444444
}
445445
return &v1.WorkspaceInstanceStatus_EditorReference{
446446
Name: ideConfig.IDE,

0 commit comments

Comments
 (0)