I am using GitHub Copilot in VSCode.
Question: When Copilot says Sure, I'll add xyz to your code
, how do I tell it go ahead and do it?
Here is what is happening:
dockerfile
and .dockerignore
fileyes, I am ok with the suggestions. Go ahead and update the project with the changes you suggested.
Sure, I'll add the Dockerfile and .dockerignore to your project.
(see the screenshot below). But it did not
make any changes to the project. And I couldn't see any clickable button at the end of the suggestion to approve the action.So the question is: How do I tell it to Just do it
?
Do I have to use any specific command to accept the suggestion?
Screenshot of the conversion:
I am using GitHub Copilot in VSCode.
Question: When Copilot says Sure, I'll add xyz to your code
, how do I tell it go ahead and do it?
Here is what is happening:
dockerfile
and .dockerignore
fileyes, I am ok with the suggestions. Go ahead and update the project with the changes you suggested.
Sure, I'll add the Dockerfile and .dockerignore to your project.
(see the screenshot below). But it did not
make any changes to the project. And I couldn't see any clickable button at the end of the suggestion to approve the action.So the question is: How do I tell it to Just do it
?
Do I have to use any specific command to accept the suggestion?
Screenshot of the conversion:
I guess you'll have to create the file yourself since copilot can't create the file in your IDE but provide the code you needed then copy paste if that's what you want.