Skip to content

Commit 24e698f

Browse files
committed
Update manifest
1 parent 8a4a380 commit 24e698f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@
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
}
@@ -46,7 +49,7 @@
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",

0 commit comments

Comments
 (0)