File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1616 "go.toolsManagement.checkForUpdates" : " local" ,
1717 "go.useLanguageServer" : true ,
1818 "go.gopath" : " /go" ,
19- "github.copilot.chat.githubMcpServer.enabled" : true
19+ "github.copilot.chat.githubMcpServer.enabled" : true ,
20+ "github.copilot.chat.githubMcpServer.toolsets" : [
21+ " default" , // https://github.com/github/github-mcp-server/blob/main/README.md#default-toolset
22+ " actions"
23+ ]
2024 },
2125
2226 // Add the IDs of extensions you want installed when the container is created.
3438 " github.vscode-github-actions" ,
3539 " GitHub.copilot-chat" ,
3640 " ms-azuretools.vscode-azure-github-copilot" // also adds MCP server and Azure resources
37- ]
41+ ],
42+ "mcp" : {
43+ "servers" : {
44+ // Azure MCP server - installed via extension
45+ // GitHub MCP server - via GitHub Copilot Chat built-in
46+ "deepwiki" : {
47+ "type" : " http" ,
48+ "url" : " https://mcp.deepwiki.com/mcp"
49+ }
50+ // codewiki.google does not have MCP server, can just use web access
51+ }
52+ }
3853 }
3954 },
4055
You can’t perform that action at this time.
0 commit comments