File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -267,14 +267,11 @@ module "vscode-web" {
267
267
}
268
268
269
269
module "jetbrains" {
270
- count = data. coder_workspace . me . start_count
271
- source = " git::https://github.com/coder/modules.git//jetbrains?ref=jetbrains"
272
- agent_id = coder_agent. dev . id
273
- folder = local. repo_dir
274
- options = [" WS" , " GO" ]
275
- default = " GO"
276
- latest = true
277
- channel = " eap"
270
+ count = data. coder_workspace . me . start_count
271
+ source = " git::https://github.com/coder/registry.git//registry/coder/modules/jetbrains?ref=jetbrains"
272
+ agent_id = coder_agent. dev . id
273
+ folder = local. repo_dir
274
+ major_version = " latest"
278
275
}
279
276
280
277
module "filebrowser" {
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ const TaskPage = () => {
255
255
256
256
< Button variant = "outline" asChild >
257
257
< RouterLink
258
- to = { `/@${ task . workspace . owner_username } /${ task . workspace . name } ` }
258
+ to = { `/@${ task . workspace . owner_name } /${ task . workspace . name } ` }
259
259
>
260
260
View workspace
261
261
</ RouterLink >
You can’t perform that action at this time.
0 commit comments