Copilot Chat window 📎 file list spuriously includes DerivedData generated files

未关闭
#200 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
48/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
macos, swift
领域
desktop, devtools

调研方向

从通过 Editor > GitHub Copilot > Open Chat 打开的 macOS Chat 窗口开始,检查 DerivedData 位于项目目录中时 📎 文件列表的行为。将 Xcode Derived Data 设置为 Relative/DerivedData 以重现问题,然后确认生成的 DerivedData 文件不再出现,而项目源文件仍然可用。

由索引模型根据 Issue 内容生成。

描述

Describe the bug
There is a problem in which DerivedData files are spuriously included in the 📎 file list menu (if the DerivedData is located in the project directory).

I notice that MANY built files in Xcode's DerivedData folder are spuriously visible in my GitHub Copilot Chat 📎 file list. I keep my DerivedData folder in the same folder as my Xcode project file for easier visibility, and the 📎 file list UI seems to have picked up all of these generated files!

To reproduce this, open Xcode Settings >> Location >> Derived Data; set Derived Data: to [Relative], and enter "DerivedData" in the textfield. Then build once, and see what appears in the 📎 file list. Thanks for taking a look!

Versions

  • Copilot for Xcode: 0.31.0
  • Xcode: 16.2 (16C5032a)
  • macOS: Sequoia 15.3.1 (24D70)

Steps to reproduce

  1. Configure Xcode's Location preferences to place the DerivedData folder within the project/workspace directory. (See screenshot) Open Xcode Settings >> Location, set Derived Data: to [Relative], and enter "DerivedData" in the textfield.
  2. Build your Xcode project.
  3. From the macOS menubar open Editor >> GitHub Copilot >> Open Chat (having installed GitHub Copilot for Xcode, of course—NOT the independently developed "Copilot for Xcode").
  4. Tap the 📎 button in the Chat window to open the file list and scroll through the available files.

Results
Expected: Only source files from the project / workspace / file system appear in the file list.
Actual: MANY files that are found in a local DerivedData folder pollute the file list in the Chat window.

Impact
Including generated files in the 📎 file list makes it harder for users to find the ones they want to share with GitHub Copilot.

Screenshots
1 - DerivedData Location setup
Image
2 - spurious DerivedData files
Image

Logs
N/A

Additional context
Excluding a local DerivedData folder is an easy fix, but there may be a need for a broader feature that lets users exclude unwanted files and folders from this list or include wanted files and folders in the list.

主要语言
Swift
星标
6.3k
派生
2k
平均合并
3 天 21 小时
30 天内合并 PR
2

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

github/CopilotForXcode 的其他 Issue

查看 github/CopilotForXcode 的全部 Issue

相似的 Issue

更多 Swift Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。