Replies: 1 comment
-
My only guess is that "leb" is a banned word? (I'm not cool enough to know what that word might mean.) If it is some sort of banned word, some sort of message would help. Instead the Copilot logs just show 0 suggestions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Bug
Body
I lost an hour or more to this. 😭
But turns out that copilot disables itself (silently) if your code has the string 'leb' in it.
I was writing a small program to pull cards from scryfall in Dart. I wanted to pull the Limited Edition Beta cards, whose code is 'leb'. But I couldn't get copilot to work on the program (yet it worked on all my other projects). Eventually I tracked it down to the inclusion of the string 'leb'.
I worked around it by making the string 'l' 'eb' (dart will combine adjacent strings) and then copilot works fine. If you recombine the string, Copilot turns itself off it seems.
Copilot
Environment
Feature Flags
Node setup
Network Configuration
Reachability
VS Code Configuration
Extensions
win-ca
installed?: falsemac-ca
installed?: falseAuthentication
Beta Was this translation helpful? Give feedback.
All reactions