File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1313 "actions" : [
1414 {
1515 "id" : " start-find-replace" ,
16- "title" : " New find -replace campaign... " ,
16+ "title" : " Find -replace" ,
1717 "command" : " start-find-replace" ,
18+ "commandArguments" : [
19+ " ${get(context, 'searchQuery')}"
20+ ],
1821 "actionItem" : {
1922 "label" : " Find-replace"
2023 }
2124 }
2225 ],
2326 "menus" : {
24- "global/nav " : [
27+ "search/results/toolbar " : [
2528 {
2629 "action" : " start-find-replace"
2730 }
4649 "watch:typecheck" : " tsc -p tsconfig.json -w" ,
4750 "watch:build" : " tsc -p tsconfig.dist.json -w" ,
4851 "sourcegraph:prepublish" : " yarn run typecheck && yarn run build" ,
49- "prettier" : " prettier '**/*.{ts,md}' --write --list-different"
52+ "prettier" : " prettier '**/*.{ts,md,json }' --write --list-different"
5053 },
5154 "browserslist" : [
5255 " last 1 Chrome versions" ,
You can’t perform that action at this time.
0 commit comments