GitHub Copilot Certification — Question 39
What reasons could apply if code suggestions are not working in your editor? (Choose three.)
Answer options
- A. You do not have an active internet connection
- B. Your programming language is not supported
- C. Your content exclusion is active and blocks the use of GitHub Copilot
- D. You do not have a valid GitHub Copilot license
- E. You are working in files included in your .gitignore
Correct answer: A, B, D
Explanation
The correct answers A, B, and D highlight essential prerequisites for code suggestions to work. An active internet connection is necessary for online services like GitHub Copilot, unsupported programming languages will not trigger suggestions, and a valid license is required for access. Option C is incorrect because while content exclusion may impact suggestions, it is not a primary reason for failure, and option E is also incorrect as it relates to file management rather than the operation of suggestions.