chore(vscode): update settings related to latest VSCode update

This commit is contained in:
Jim Myhrberg
2025-07-21 18:07:30 +01:00
parent 9170adb58c
commit d458b8a660
2 changed files with 34 additions and 72 deletions

View File

@@ -1,35 +1,35 @@
{
"servers": {
"context7": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@upstash/context7-mcp",
"--",
"context7-mcp"
]
},
"sequential-thinking": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@modelcontextprotocol/server-sequential-thinking",
"--",
"mcp-server-sequential-thinking"
]
},
"memory": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@modelcontextprotocol/server-memory",
"--",
"mcp-server-memory"
]
}
},
"inputs": []
"servers": {
"context7": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@upstash/context7-mcp",
"--",
"context7-mcp"
]
},
"sequential-thinking": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@modelcontextprotocol/server-sequential-thinking",
"--",
"mcp-server-sequential-thinking"
]
},
"memory": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@modelcontextprotocol/server-memory",
"--",
"mcp-server-memory"
]
}
},
"inputs": []
}

View File

@@ -49,6 +49,7 @@
// ===========================================================================
//
"github.copilot.chat.agent.thinkingTool": true,
"github.copilot.nextEditSuggestions.enabled": true,
//
// ===========================================================================
// MARK: Editor
@@ -276,45 +277,6 @@
],
//
// ===========================================================================
// MARK: MCP Servers (VSCode) - Soon to be moved to separate mcp.json file.
// ===========================================================================
//
"mcp": {
"servers": {
"context7": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@upstash/context7-mcp",
"--",
"context7-mcp"
]
},
"sequential-thinking": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@modelcontextprotocol/server-sequential-thinking",
"--",
"mcp-server-sequential-thinking"
]
},
"memory": {
"type": "stdio",
"command": "mise",
"args": [
"x",
"npm:@modelcontextprotocol/server-memory",
"--",
"mcp-server-memory"
]
}
}
},
//
// ===========================================================================
// MARK: GitHub
// ===========================================================================
// Extensions: