Commit 30a8c98 1 parent 9c02119 commit 30a8c98 Copy full SHA for 30a8c98
File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 117
117
]
118
118
},
119
119
"menus" : {
120
+ "commandPalette" : [
121
+ {
122
+ "command" : " sf.agent.test.view.goToTestResults" ,
123
+ "when" : " false"
124
+ }
125
+ ],
120
126
"view/title" : [
121
127
{
122
128
"command" : " sf.agent.test.view.runAll" ,
153
159
]
154
160
},
155
161
"commandPalette" : [
156
- {
157
- "command" : " sf.agent.test.view.goToTestResults" ,
158
- "when" : " false"
159
- },
160
162
{
161
163
"command" : " salesforcedx-vscode-agents.openAgentInOrg" ,
162
164
"when" : " resourceFilename =~ /.*\\ .bot-meta\\ .xml/ || resourceFilename =~ /.*\\ .botVersion-meta\\ .xml/ || resourceFilename =~ /.*\\ .genAiPlanner-meta\\ .xml/"
181
183
"commands" : [
182
184
{
183
185
"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%"
189
187
},
190
188
{
191
189
"command" : " sf.agent.test.view.refresh" ,
You can’t perform that action at this time.
0 commit comments