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

Commitf80cc15

Browse files
author
Rafael Rodriguez
authored
chore(dogfood): add tooltip to jetbrains module (#19781)
## SummaryIn this pull request we're adding support for a `tooltip` to theJetBrains module in the dogfood template. Tooltip support was added tothe JetBrains module incoder/registry#421### TestingAdded `tooltip` to the JetBrains app in the example `docker` templateand verified that the tooltip appeared in my workspace<img width="1039" height="560" alt="Screenshot 2025-09-23 at 10 01 52"src="https://github.com/user-attachments/assets/9277f343-f73e-4fb8-a5cc-145f1aad9725"/>
1 parent4a56a40 commitf80cc15

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎dogfood/coder/main.tf‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,12 @@ module "vscode-web" {
409409
module"jetbrains" {
410410
count=contains(jsondecode(data.coder_parameter.ide_choices.value),"jetbrains")? data.coder_workspace.me.start_count:0
411411
source="dev.registry.coder.com/coder/jetbrains/coder"
412-
version="1.0.3"
412+
version="1.1.0"
413413
agent_id=coder_agent.dev.id
414414
agent_name="dev"
415415
folder=local.repo_dir
416416
major_version="latest"
417+
tooltip="You need to [Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) to use this button."
417418
}
418419

419420
module"filebrowser" {

‎examples/templates/docker/main.tf‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,11 @@ module "code-server" {
137137
module"jetbrains" {
138138
count=data.coder_workspace.me.start_count
139139
source="registry.coder.com/coder/jetbrains/coder"
140-
version="~> 1.0"
140+
version="~> 1.1"
141141
agent_id=coder_agent.main.id
142142
agent_name="main"
143143
folder="/home/coder"
144+
tooltip="You need to [Install Coder Desktop](https://coder.com/docs/user-guides/desktop#install-coder-desktop) to use this button."
144145
}
145146

146147
resource"docker_volume""home_volume" {
@@ -207,4 +208,4 @@ resource "docker_container" "workspace" {
207208
label="coder.workspace_name"
208209
value=data.coder_workspace.me.name
209210
}
210-
}
211+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp