Fixing Copilot suggestion quality in VS Code extension version 1.243.0? #143075
Replies: 1 comment
-
I tried version 1.243.0 again after a few days, and did not experience the same problems. I've since upgraded to 1.245.0 and it is working similarly smoothly. Seems like perhaps this was a backend issue. |
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
Question
Body
I upgraded my VS Code Copilot extension version to 1.243.0 yesterday, and the usefulness of Copilot took a major hit. It seems to be much more timid now, and has become less useful in several ways:
Object.assi
begs the completiongn
, but it frequently avoids doing so)// implementation goes here
comment or similarswitch... case
block). This is arguably one of the most useful features of Copilot, as it saves a lot of typing and has a low risk of the model suggesting bad code due to the established pattern.getPolicys
instead ofgetPolicies
, where thegetPolicies
function exists and the previous model would have suggested it)whitespace: true, // use whitespace
when it would be obvious from context)I'm sure there are others, but these are top of mind for me after ~6 hours of using the new release. I've downgraded to 1.242.0 in the meantime, and all of these problems have resolved themselves. Does anyone know if there's a new setting I can tweak to get the old suggestion model back in the new release?
Beta Was this translation helpful? Give feedback.
All reactions