You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for your work on this great plugin.
I'm using CopilotChat.nvim on Neovim (macOS), and I'm having trouble adding Markdown files as context.
Files with the .md extension are not recognized as context, while files with the .markdown extension work as expected.
Even when I use #file:README.md, Copilot does not receive README.md.
However, using #file:README.markdown works.
When I run set filetype? with a .md file open, it returns markdown.
If anyone has encountered this issue or knows a solution, I would greatly appreciate your advice.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you for your work on this great plugin.
I'm using CopilotChat.nvim on Neovim (macOS), and I'm having trouble adding Markdown files as context.
Files with the
.md
extension are not recognized as context, while files with the.markdown
extension work as expected.Even when I use
#file:README.md
, Copilot does not receive README.md.However, using
#file:README.markdown
works.When I run
set filetype?
with a.md
file open, it returnsmarkdown
.If anyone has encountered this issue or knows a solution, I would greatly appreciate your advice.
Beta Was this translation helpful? Give feedback.
All reactions