1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Copilot personal (UI-based) custom instructions in GitHub.com [GA] (#54566)

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
hubwriter
2025-03-04 02:25:09 -08:00
committed by GitHub
parent d7523f3b94
commit e2675a894c
8 changed files with 32 additions and 12 deletions

13
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
"ms-vscode-remote.remote-containers"
]
}