File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ system:
7272 set : .mcpServers[$NAME] = $JSON
7373 del : del(.mcpServers[$NAME])
7474 vscode :
75- displayName : VSCode
75+ displayName : Visual Studio Code
7676 source : https://code.visualstudio.com/
7777 icon : https://raw.githubusercontent.com/docker/mcp-gateway/main/img/client/vscode.svg
7878 installCheckPaths :
@@ -230,7 +230,7 @@ project:
230230 set : .mcpServers[$NAME] = $JSON
231231 del : del(.mcpServers[$NAME])
232232 vscode :
233- displayname : VSCode
233+ displayname : Visual Studio Code
234234 projectfile : .vscode/mcp.json
235235 icon : https://raw.githubusercontent.com/docker/mcp-gateway/main/img/client/vscode.svg
236236 yq :
@@ -245,4 +245,3 @@ project:
245245 list : ' .mcpServers | to_entries | map(.value + {"name": .key})'
246246 set : .mcpServers[$NAME] = $JSON+{"type":"stdio"}
247247 del : del(.mcpServers[$NAME])
248-
You can’t perform that action at this time.
0 commit comments