-
Select Topic AreaBug BodyCopilot.vim disables suggestions in YAML files by default, while Visual Studio Code enables it by default. This was astonishing behavior. Workaround: Add this line to let g:copilot_filetypes = {'yaml': v:true} Expected behavior: The default filetypes are the same for all editors. |
Beta Was this translation helpful? Give feedback.
Answered by
tpope
Feb 23, 2024
Replies: 1 comment
-
This is now fixed, thanks. The reason it was off by default is that VS Code used to have it off by default too. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dharmab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is now fixed, thanks. The reason it was off by default is that VS Code used to have it off by default too.