Skip to content

Commit 30a8c98

Browse files
committed
fix: remove View Test Results from command palette
1 parent 9c02119 commit 30a8c98

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
]
118118
},
119119
"menus": {
120+
"commandPalette": [
121+
{
122+
"command": "sf.agent.test.view.goToTestResults",
123+
"when": "false"
124+
}
125+
],
120126
"view/title": [
121127
{
122128
"command": "sf.agent.test.view.runAll",
@@ -153,10 +159,6 @@
153159
]
154160
},
155161
"commandPalette": [
156-
{
157-
"command": "sf.agent.test.view.goToTestResults",
158-
"when": "false"
159-
},
160162
{
161163
"command": "salesforcedx-vscode-agents.openAgentInOrg",
162164
"when": "resourceFilename =~ /.*\\.bot-meta\\.xml/ || resourceFilename =~ /.*\\.botVersion-meta\\.xml/ || resourceFilename =~ /.*\\.genAiPlanner-meta\\.xml/"
@@ -181,11 +183,7 @@
181183
"commands": [
182184
{
183185
"command": "sf.agent.test.view.goToTestResults",
184-
"title": "%go_to_test_results%",
185-
"icon": {
186-
"light": "resources/light/notRun.svg",
187-
"dark": "resources/dark/notRun.svg"
188-
}
186+
"title": "%go_to_test_results%"
189187
},
190188
{
191189
"command": "sf.agent.test.view.refresh",

0 commit comments

Comments
 (0)