Skip to content

Unable to start extension after upgrading to 0.14.0 #363

@akaroml

Description

@akaroml

I upgraded to 0.14.0 on Mac. The language server failed to start constantly.
image

The project I'm working with is the spring boot pet clinic sample project. And here are the logs:

[Info  - 10:27:56] Connection to server got closed. Server will restart.
[Trace - 10:27:56] Sending request 'initialize - (0)'.
Params: {
    "processId": 57435,
    "rootPath": "/Users/roml/Desktop/code/java/spring-petclinic",
    "rootUri": "file:///Users/roml/Desktop/code/java/spring-petclinic",
    "capabilities": {
        "workspace": {
            "applyEdit": true,
            "didChangeConfiguration": {
                "dynamicRegistration": true
            },
            "didChangeWatchedFiles": {
                "dynamicRegistration": true
            },
            "symbol": {
                "dynamicRegistration": true
            },
            "executeCommand": {
                "dynamicRegistration": true
            },
            "workspaceFolders": true,
            "configuration": true
        },
        "textDocument": {
            "synchronization": {
                "dynamicRegistration": true,
                "willSave": true,
                "willSaveWaitUntil": true,
                "didSave": true
            },
            "completion": {
                "dynamicRegistration": true,
                "completionItem": {
                    "snippetSupport": true,
                    "commitCharactersSupport": true
                }
            },
            "hover": {
                "dynamicRegistration": true
            },
            "signatureHelp": {
                "dynamicRegistration": true
            },
            "definition": {
                "dynamicRegistration": true
            },
            "references": {
                "dynamicRegistration": true
            },
            "documentHighlight": {
                "dynamicRegistration": true
            },
            "documentSymbol": {
                "dynamicRegistration": true
            },
            "codeAction": {
                "dynamicRegistration": true
            },
            "codeLens": {
                "dynamicRegistration": true
            },
            "formatting": {
                "dynamicRegistration": true
            },
            "rangeFormatting": {
                "dynamicRegistration": true
            },
            "onTypeFormatting": {
                "dynamicRegistration": true
            },
            "rename": {
                "dynamicRegistration": true
            },
            "documentLink": {
                "dynamicRegistration": true
            }
        }
    },
    "initializationOptions": {
        "bundles": [],
        "workspaceFolders": [
            "file:///Users/roml/Desktop/code/java/spring-petclinic"
        ]
    },
    "trace": "verbose",
    "workspaceFolders": [
        {
            "uri": "file:///Users/roml/Desktop/code/java/spring-petclinic",
            "name": "spring-petclinic"
        }
    ]
}


[Error - 10:27:57] Connection to server got closed. Server will not be restarted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions