Skip to content

Commit

Permalink
Add "typeDefinition", "declaration" and "implementation" to client ca…
Browse files Browse the repository at this point in the history
…pabilities (#672)
  • Loading branch information
predragnikolic authored and rwols committed Aug 3, 2019
1 parent 110c462 commit ab4ab66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/core/sessions.py
Expand Up @@ -88,7 +88,10 @@ def get_initialize_params(project_path: str, config: ClientConfig):
},
"formatting": {},
"rangeFormatting": {},
"declaration": {},
"definition": {},
"typeDefinition": {},
"implementation": {},
"codeAction": {
"codeActionLiteralSupport": {
"codeActionKind": {
Expand Down

0 comments on commit ab4ab66

Please sign in to comment.