This repository was archived by the owner on Dec 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Error using jdtls #65
Copy link
Copy link
Open
Description
Same error
jdtls: -32601: No delegateCommandHandler for java.action.generateConstructorsPrompt
I checked this with just code_action and it works well
I tried to find reason but for now I have this example:
{
arguments = { {
context = {
diagnostics = {}
},
range = {
["end"] = {
character = 0,
line = 27
},
start = {
character = 0,
line = 27
}
},
textDocument = {
uri = "file:///Users/tukaloff/git/media-fs-transfer-tool/src/main/java/com/tukaloff/mediafstransfertool/FileService.java"
}
} },
command = "java.action.generateConstructorsPrompt",
title = "Generate Constructors..."
}
this is inspected value of command I receive in parse_object_as_action
Some objects are just null
Some can run such as generate getter
Maybe this information will be helpful
Metadata
Metadata
Assignees
Labels
No labels