Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions generator/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ function main(): void {
'-i',
/"These locations are computed using heuristics.*"/,
langSpec.hasLanguageServer
? `"These locations are computed using heuristics. Use a language server for precise results."`
: `"These locations are computed using heuristics."`,
? `"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."`
: `"Results come from text search and heuristics."`,
'package.json'
)
shell.sed('-i', /LANGNAME\b/g, languageID, 'README.md')
Expand Down
6 changes: 3 additions & 3 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"actions": [
{
"id": "impreciseResults",
"title": "Imprecise results",
"title": "References: Search mode",
"command": "open",
"commandArguments": [
"GENERATOR:IMPRECISE_RESULTS_URL"
],
"actionItem": {
"label": "Imprecise results",
"description": "These locations are computed using heuristics. (If available:) use a language server for precise results."
"label": "References: Search mode",
"description": "Results come from text search and heuristics. (Language server mode is not available for $LANG.)/(To use a language server for precise results, ...)"
}
}
],
Expand Down