I am a new user of GitHub Copilot and I am having trouble triggering the in-line suggestions it provides. I have tried various settings and configurations, but I am still unable to get it to work properly.
The expected output is that I should be able to accept copilot inline suggestions by pressing tab, enter, or space.
I have taken several steps to try and resolve the issue.
- I made sure that I am using the most recent version of Visual Studio Code, which is currently 1.78.2.
- I ensured that my machine is updated to Mac Air M1 13.3.1.
- I installed the latest version of GitHub Copilot, which is currently v1.86.82.
I have also checked and updated my VS Code settings to include the following:
"[copilotignore]": {
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.acceptSuggestionOnEnter": "smart"
},
"github.copilot.advanced": {
// "secret_key": "",
"useTab": true
},
"github.copilot.editor.enableAutoCompletions": true,
"emmet.showSuggestionsAsSnippets": true,
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": true,
"javascript": true
},
"editor.acceptSuggestionOnEnter": "smart",
"extensions.autoCheckUpdates": true,
Any ideas what's going on here? enter image description here