Skip to content

Commit

Permalink
Fix create workspace missing project id (#19122)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored Nov 23, 2023
1 parent 874a733 commit f1475ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export class JsonRpcWorkspaceClient implements PromiseClient<typeof WorkspaceSer
contextUrl: request.source.value,
forceDefaultConfig: request.forceDefaultConfig,
workspaceClass: request.workspaceClass,
projectId: request.configurationId,
ideSettings: {
defaultIde: request.editor.name,
useLatestVersion: request.editor.version === "latest",
Expand Down

0 comments on commit f1475ab

Please sign in to comment.