Skip to content

Conversation

ssncferreira
Copy link
Contributor

@ssncferreira ssncferreira commented Aug 7, 2025

Description

This PR adds a description field to the jetbrains_ides coder_parameter.

This allows the JetBrains IDEs parameter to display a helpful description in both the Coder UI and the CLI, improving clarity for users when selecting which IDEs to configure in a workspace.

Screenshot 2025-08-07 at 11 04 13

Type of Change

  • New module
  • Bug fix
  • Feature/enhancement
  • Documentation
  • Other

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun run fmt)
  • Changes tested locally

Related Issues

coder/coder#19145

@ssncferreira ssncferreira marked this pull request as ready for review August 7, 2025 10:10
@ssncferreira ssncferreira requested review from matifali and mtojek August 7, 2025 10:10
Copy link
Member

@mtojek mtojek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@matifali matifali added the version:patch Add to PRs requiring a patch version upgrade label Aug 7, 2025
Copy link

github-actions bot commented Aug 7, 2025

❌ Version Bump Validation Failed

Bump Type: patch

Module versions need to be updated but haven't been bumped yet.

Required Actions:

  1. Run the version bump script locally: ./.github/scripts/version-bump.sh patch
  2. Commit the changes: git add . && git commit -m "chore: bump module versions (patch)"
  3. Push the changes: git push

Script Output:

🔍 Detecting modified modules...
Found modules:
registry/coder/modules/jetbrains

📦 Processing: coder/jetbrains
Found git tag: release/coder/jetbrains/v1.0.1 (v1.0.1)
Current version: 1.0.1
New version: 1.0.2
Updating version references for coder/jetbrains in registry/coder/modules/jetbrains/README.md

🔧 Running formatter to ensure consistent formatting...

📋 Summary:
Bump Type: patch

Modules Updated:

- coder/jetbrains: v1.0.1 → v1.0.2

READMEs Updated:

- coder/jetbrains

✅ Version bump completed successfully!
📝 README files have been updated with new versions.

Next steps:
1. Review the changes: git diff
2. Commit the changes: git add . && git commit -m 'chore: bump module versions (patch)'
3. Push the changes: git push

Please update the module versions and push the changes to continue.

@ssncferreira ssncferreira merged commit 2b0dba4 into main Aug 7, 2025
4 checks passed
@ssncferreira ssncferreira deleted the ssncferreira/chore-add-jetbrains-ides-description branch August 7, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version:patch Add to PRs requiring a patch version upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants