GitHub Advanced Security — Question 8
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. You are working in files included in your .gitignore
- D. You do not have a valid GitHub Copilot license
- E. Your content exclusion is active and blocks the use of GitHub Copilot
Correct answer: A, B, D
Explanation
The correct answers are A, B, and D. An active internet connection is necessary for code suggestions, and if the programming language is not supported or if the user lacks a valid GitHub Copilot license, the suggestions will not work. Option C is incorrect because files in .gitignore do not affect code suggestion functionality, and option E is also incorrect as it does not relate to the specified answers.