Skip to content

Commit a0eb698

Browse files
committed
fix: enable chat.mcp.gallery.enabled in Codespaces
1 parent caeb0a1 commit a0eb698

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"typescript.preferences.importModuleSpecifier": "relative",
3333
"terminal.integrated.defaultProfile.linux": "bash",
3434
"chat.mcp.discovery.enabled": true,
35-
"chat.mcp.enabled": true
35+
"chat.mcp.enabled": true,
36+
"chat.mcp.gallery.enabled": true
3637
}
3738
},
3839
"codespaces": {

0 commit comments

Comments
 (0)