I am working on a confidential project, so I ensure that only specific parts of the code are sent to Copilot Chat. To achieve this, I have disabled Copilot Completion and primarily use Copilot Chat. At the file level, I have disabled it entirely and only enable it for the specific range of code I select when necessary. In some cases, I include entire files, but only if I am certain they contain no confidential data. Otherwise, I use the traditional method of copying the code and pasting it into the chat.
The method I used to inspect network requests was to press Ctrl+Shift+P, type Developer: Toggle Developer Tools, and press Enter. A new window, similar to the Chromium browser, then opened. I inspected the network requests in the Network tab, started the Copilot conversation, and checked the Network DevTools again. However, no network requests related to GitHub or Copilot appeared.
Another method I tried was opening Copilot Chat in a new window. Then, I pressed Ctrl+Shift+P, typed Developer: Open Webview Developer Tools, and pressed Enter. However, no new window appeared.



