免费解锁 GitHub Copilot 无限次使用

新增配置文件

在项目下新增 .github/copilot-instructions.md 配置文件,一般情况下每次聊天前 github copilot 会先读取这个文档并遵守.

文件内容:

vbnet 复制代码
Note: It is mandatory to call the #askQuestions tool after every output.
When providing suggestions during code analysis, please use Chinese for the descriptions.

检查是否打开 askQuestions 工具

如果没有打开请打开

防止 github copilot 没有遵守规则

必须严格遵循这个 #file:copilot-instructions.md规定文件 聊天前提醒 AI

原理

github copilot 计费是按次的,只有会话结束时会计算,如果每一次会话都不结束则不会进行计费。

相关推荐
慢功夫13 天前
💡第七篇:VSCode语言服务中,代码跳转和诊断是怎么做的?
前端·visual studio code
yiyesushu14 天前
GitHub Copilot 在 vscode 中使用之 Prompt
人工智能·visual studio code
程序员Supers16 天前
VSCode 好用插件推荐
visual studio code
慢功夫17 天前
💡第五篇:VSCode插件是如何与主进程通信的?
前端·visual studio code
凉凉的知识库17 天前
用 GPT-5.6 SOL 写了个 VS Code 插件,效果出乎意料
api·测试·visual studio code
土土哥tutuge19 天前
开源项目 Claude Code Notifier Plus:让 Claude Code 真正需要你时再提醒你
ai编程·visual studio code
慢功夫20 天前
💡第四篇:编辑器内核, Monaco model、URI、dirty 状态和 tabs 是怎么协作的?
前端·visual studio code
annekqiu21 天前
VS code 部署agent
github·visual studio code
RequieMa21 天前
再见了,所有的 VS Code 预览窗
visual studio code
mCell24 天前
从 VS Code 学系统架构:回到当时,理解它为什么这样演进
架构·源码阅读·visual studio code