languageId property
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;
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.
final String languageId;