IDE の GitHub Copilot はプロンプトのコンテキストを決定するために何を使用しますか?
正解:A
"GitHub Copilot generates suggestions based on context from the IDE, including the file you are editing, open tabs, cursor position, and any selected code." This proves that the context is drawn from editor state information, making option A correct. References: GitHub Copilot context and suggestions documentation.