Showing results for GitHub - C++ Team Blog

Oct 7, 2024
0
0

Configure GitHub Copilot Access via Content Exclusion

Alexandra Kemper
Alexandra Kemper

Have you ever wanted greater control over the sensitive content AI-powered tools can access in your repositories? You can now customize Copilot’s access to your files with the newly announced GitHub Copilot Content Exclusion in both Visual Studio and Visual Studio Code. Through this new process you can configure Copilot to ignore certain files in y...

Visual Studio CodeCopilotGitHub
Apr 25, 2022
0
0

Customizing GitHub Codespaces for C++ Projects

Michael Price
Michael Price

A walkthrough for creating a GitHub Codespace, customizing the Codespace development container, and configuring Visual Studio Code for developing in a C++ project such as microsoft/vcpkg-tool.

C++VcpkgVisual Studio Code