Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/CopilotForXcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Tsukimarf/CopilotForXcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2025

  1. Create devcontainer.json (#1)

    # Create and switch to a new branch for devcontainer feature
    git checkout -b feat/devcontainer-setup
    
    # Stage the new devcontainer files
    git add .devcontainer/
    
    # Commit the changes
    git commit -m "feat(devcontainer): add .devcontainer folder and devcontainer.json for consistent development environment
    
    - Add devcontainer.json with Ubuntu base image
    - Include Node.js LTS for GitHub Copilot LSP support
    - Add Homebrew feature for package management
    - Configure VS Code extensions for Swift and development tools
    - Add post-create.sh script for environment setup
    - Mount SSH keys for Git authentication
    - Configure editor settings for consistent formatting
    
    This provides a consistent Linux development environment for:
    - Documentation work
    - Script development
    - Node.js component testing
    - General non-macOS specific tasks
    
    Note: Full Xcode development still requires macOS with Xcode installed."
    
    # Push the branch to remote
    git push -u origin feat/devcontainer-setup
    Tsukimarf authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    48a63c7 View commit details
    Browse the repository at this point in the history
  2. Revert "Create devcontainer.json (#1)" (#2)

    This reverts commit 48a63c7.
    Tsukimarf authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    7f9f4e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Configuration menu
    Copy the full SHA
    3ec6b38 View commit details
    Browse the repository at this point in the history
Loading