Today, I actually disabled copilot in vs code. Yes its impressive at first and sometimes it does save you some typing.
But you'll have to review everything it suggests, and sometimes it will suggest a lot. It's okay code maybe 20% of the time. The rest of the time it's either just doing regular completion, copying and pasting my own code from a few lines up, or just generating gibberish.
Often it will generate things that look okay on first glance, but a deeper look shows significant issues with what it created. Which is a problem often enough that it means you have to deeply look at everything.
I've even had it generate code with typos in it...
It's really not worth the money, your job just changes from person that types something, to person that reviews the robots crap.