Skip to content

Conversation

DevelopmentCats
Copy link
Contributor

@DevelopmentCats DevelopmentCats commented Oct 22, 2025

Description

Add #!/bin/sh to zed_settings coder_script

Type of Change

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

Module Information

Path: registry/coder/modules/zed
New version: v1.1.1
Breaking change: [ ] Yes [X] No

Testing & Validation

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

Related Issues

#482

@DevelopmentCats DevelopmentCats changed the title fix: fix: add shebang to zed coder_script Oct 22, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a shebang line (#!/bin/sh) to the Zed module's coder_script to ensure proper shell interpreter identification, fixing issue #482. The version is bumped from 1.1.0 to 1.1.1.

  • Adds shebang to the script section of the coder_script resource
  • Updates module version to 1.1.1
  • Updates all version references in documentation

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
registry/coder/modules/zed/main.tf Adds #!/bin/sh shebang to the zed_settings script for proper shell interpretation
registry/coder/modules/zed/README.md Updates all module version references from 1.1.0 to 1.1.1 in usage examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants