Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"actions": [
{
"id": "impreciseResults",
"title": "Imprecise results",
"title": "References: Search mode",
"command": "open",
"commandArguments": [
"https://sourcegraph.com/extensions/sourcegraph/python"
],
"actionItem": {
"label": "Imprecise results",
"description": "These locations are computed using heuristics. Use the Python language server for precise results."
"label": "References: Search mode",
"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."
}
}
],
Expand Down