Skip to content

Commit fe61fba

Browse files
authored
s/Imprecise results/References: Search mode/ (#11)
1 parent fc657ca commit fe61fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"actions": [
2121
{
2222
"id": "impreciseResults",
23-
"title": "Imprecise results",
23+
"title": "References: Search mode",
2424
"command": "open",
2525
"commandArguments": [
2626
"https://sourcegraph.com/extensions/sourcegraph/python"
2727
],
2828
"actionItem": {
29-
"label": "Imprecise results",
30-
"description": "These locations are computed using heuristics. Use the Python language server for precise results."
29+
"label": "References: Search mode",
30+
"description": "Results come from text search and heuristics. To use a language server for precise results, click to go to the README and follow the deployment instructions."
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)