@cucumber/language-server
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

test-javascript

Cucumber Language Server

A Language Server for Cucumber.

This language server provides most of the functionality offered by the Cucumber Visual Studio Code Extension.

It may also be used to power other LSP editors.

Supported features

See Cucumber Language Service, which implements most of the logic in this server. If you are looking to add a new feature, you should probably add it to Cucumber Language Service.

Settings

The LSP client can provide settings to the server, but the server provides reasonable defaults (see defaultSettings) if the client does not provide them.

The server retrieves cucumber.* settings from the client with a workspace/configuration request.

See Settings for details about the expected format.

External VSCode Usage

We've encountered an issue with the Node version used by Treesitter, a dependency of this language server, when working outside of VSCode. For optimal compatibility, please use the same Node version as version 18 of VSCode.

Readme

Keywords

Package Sidebar

Install

npm i @cucumber/language-server

Weekly Downloads

348

Version

1.5.0

License

MIT

Unpacked Size

133 kB

Total Files

111

Last publish

Collaborators

  • davidjgoss
  • aslakhellesoy
  • cukebot