Skip to content

Commit f52be0e

Browse files
authored
Add friendly display names for 4 missing tools (#501)
1 parent bc3a649 commit f52be0e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

vscode-extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-extension/src/toolNames.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"unknown": "Unknown"
33
,"run_in_terminal": "Run In Terminal"
4+
,"run_build": "Run Build"
45
,"mcp.io.github.git.assign_copilot_to_issue": "GitHub MCP (Local): Assign Copilot to Issue"
56
,"mcp.io.github.git.create_or_update_file": "GitHub MCP (Local): Create/Update File"
67
,"mcp_io_github_git_create_or_update_file": "GitHub MCP (Local): Create/Update File"
@@ -122,13 +123,15 @@
122123
,"create_new_workspace": "Create New Workspace"
123124
,"create_virtual_environment": "Create Virtual Environment"
124125
,"edit_files": "Edit Files"
126+
,"edit_file": "Edit File"
125127
,"edit_notebook_file": "Edit Notebook File"
126128
,"fetch_webpage": "Fetch Webpage"
127129
,"file_search": "File Search"
128130
,"get_changed_files": "Get Changed Files"
129131
,"get_doc_info": "Get Doc Info"
130132
,"get_errors": "Get Errors"
131133
,"get_project_setup_info": "Get Project Setup Info"
134+
,"get_projects_in_solution": "Get Projects In Solution"
132135
,"configure_python_environment": "Configure Python Environment"
133136
,"get_python_executable_details": "Get Python Executable Details"
134137
,"get_search_view_results": "Get Search View Results"
@@ -301,6 +304,7 @@
301304
,"ListBuildTargets_CMakeTools": "CMake Tools: List Build Targets"
302305
,"ListTests_CMakeTools": "CMake Tools: List Tests"
303306
,"RunCtest_CMakeTools": "CMake Tools: Run CTest"
307+
,"nuget_get-nuget-solver": "NuGet: Get NuGet Solver"
304308
,"webfetch": "Web Fetch"
305309
,"write": "Write"
306310
,"edit": "Edit"

0 commit comments

Comments
 (0)