Skip to content

Add support to disable settings through didChangeConfiguration #1102

@aspeddro

Description

@aspeddro

Some settings can be disabled by the user. Currently the server has no means of disabling these features at the server level.

VSCode can disable codelens through the following setting:

"[ocaml]": {
  "editor.codeLens": false
}

However other clients may not have means of disabling settings, such as Neovim.

Suggested settings for the user to control

  • Codelens
  • Hover Extended

Example config schema

"ocaml.codelens.enable": false,
"ocaml.hover.extended.enable": true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions