rtk-ai/rtk

[Feature Request] improve copilot-cli and VS Code installer updating global copilot-instructions.md files

Open

#1,994 创建于 2026年5月20日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)Rust (2,914 fork)batch import
area:clienhancementhelp wantedpriority:low

仓库指标

Star
 (48,085 star)
PR 合并指标
 (平均合并 11天 1小时) (30 天内合并 45 个 PR)

描述

Windows OS (but I believe the same is valid for other OS too)

The "Codex" installer adds some directives to the .codex/AGENTS.md inside the User Profile folder to reference RTK.md file. This actually a cross-project setting.

The same can be done for Copilot and VS Code, they both use similar global instruction files that are always loaded if present (even this is not very well documented).

I've succesfully added those settings (actaully a copy-pase of RTK.md file): in the following paths:

VS Code

~/AppData/Roaming/Code/User/prompts/copilot-instructions.md ~/AppData/Roaming/Code - Insiders/User/prompts/copilot-instructions.md

copilot-cli

~/.copilot/copilot-instructions.md ~/.copilot/hooks/rtk-rewrite.json

This way there's no need to have RTK update the local .github settetings for copilot.

贡献者指南