languageId property

String languageId
final

The language ID of the language.

languageId depends on the server you are using. For example, for rust-analyzer give "rust", for pyright-langserver, it is 'python' and so on.

Implementation

final String languageId;