Skip to content

Commit

Permalink
update descriptions and readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Gayan Perera <gayanper@gmail.com>
  • Loading branch information
gayanper committed Sep 25, 2024
1 parent 449d879 commit 49f22ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ The following settings are supported:
* `java.configuration.detectJdksAtStart`: Automatically detect JDKs installed on local machine at startup. If you have specified the same JDK version in `java.configuration.runtimes`, the extension will use that version first. Defaults to `true`.
* `java.completion.collapseCompletionItems`: Enable/disable the collapse of overloaded methods in completion items. Overrides `java.completion.guessMethodArguments`. Defaults to `false`.
* `java.diagnostic.filter`: Specifies a list of file patterns for which matching documents should not have their diagnostics reported (eg. '**/Foo.java').
* `java.search.scope` : Specifies the scope which must be used for search operation like
- Find Reference
- Call Hierarchy
- Workspace Symbols

Semantic Highlighting
===============
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@
"All classpath entries excluding test classpath entries."
],
"default": "all",
"markdownDescription": "Specifies the scope which must be used for search operation like \n - Find Reference\n - Call hierarchy\n"
"markdownDescription": "Specifies the scope which must be used for search operation like \n - Find Reference\n - Call Hierarchy\n - Workspace Symbols"
}
}
}
Expand Down

0 comments on commit 49f22ba

Please sign in to comment.