Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit cde00d2

Browse files
authored
s/Imprecise results/References: Search mode/ (#131)
1 parent eb52881 commit cde00d2

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
@@ -41,14 +41,14 @@
4141
},
4242
{
4343
"id": "impreciseResults",
44-
"title": "Imprecise results",
44+
"title": "References: Search mode",
4545
"command": "open",
4646
"commandArguments": [
4747
"https://sourcegraph.com/extensions/sourcegraph/typescript"
4848
],
4949
"actionItem": {
50-
"label": "Imprecise results",
51-
"description": "These locations are computed using heuristics. Use the TypeScript language server for precise results."
50+
"label": "References: Search mode",
51+
"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."
5252
}
5353
}
5454
],

0 commit comments

Comments
 (0)