{"id":14969273,"url":"https://github.com/cucumber/language-server","last_synced_at":"2025-04-05T22:04:22.420Z","repository":{"id":38599887,"uuid":"416356025","full_name":"cucumber/language-server","owner":"cucumber","description":"Cucumber Language Server","archived":false,"fork":false,"pushed_at":"2024-10-29T04:27:54.000Z","size":3444,"stargazers_count":36,"open_issues_count":9,"forks_count":20,"subscribers_count":66,"default_branch":"main","last_synced_at":"2024-10-29T14:46:55.108Z","etag":null,"topics":["polyglot-release"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cucumber.png","metadata":{"funding":{"open_collective":"cucumber","github":"cucumber"},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-12T13:48:40.000Z","updated_at":"2024-10-29T04:26:58.000Z","dependencies_parsed_at":"2023-02-19T17:30:46.594Z","dependency_job_id":"e9e23c52-c0c1-4d93-9847-18f84d293f31","html_url":"https://github.com/cucumber/language-server","commit_stats":{"total_commits":986,"total_committers":13,"mean_commits":75.84615384615384,"dds":0.4168356997971603,"last_synced_commit":"d970025aba48c8805f1adbefd728364cf75cd40a"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Flanguage-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Flanguage-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Flanguage-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Flanguage-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/language-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246201158,"owners_count":20739708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["polyglot-release"],"created_at":"2024-09-24T13:41:28.386Z","updated_at":"2025-03-29T21:03:31.507Z","avatar_url":"https://github.com/cucumber.png","language":"TypeScript","funding_links":["https://opencollective.com/cucumber","https://github.com/sponsors/cucumber"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/cucumber/cucumber-js/46a5a78107be27e99c6e044c69b6e8f885ce456c/docs/images/logo.svg\" alt=\"Cucumber logo\" width=\"75\"\u003e\n  \u003cbr\u003e\n  Cucumber Language Server\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eA \u003ca href=\"https://langserver.org/\"\u003eLanguage Server\u003c/a\u003e for Cucumber\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@cucumber/language-server\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@cucumber/language-server.svg?color=dark-green\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/cucumber/language-server/actions/workflows/test-javascript.yml\"\u003e\n    \u003cimg src=\"https://github.com/cucumber/language-server/actions/workflows/test-javascript.yml/badge.svg\" alt=\"test-javascript-package\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/cucumber/language-server/actions/workflows/release-github.yml\"\u003e\n    \u003cimg src=\"https://github.com/cucumber/language-server/actions/workflows/release-github.yml/badge.svg\" alt=\"release-package-github\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opencollective.com/cucumber\"\u003e\n    \u003cimg src=\"https://opencollective.com/cucumber/backers/badge.svg\" alt=\"backers\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opencollective.com/cucumber\"\u003e\n    \u003cimg src=\"https://opencollective.com/cucumber/sponsors/badge.svg\" alt=\"sponsors\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nProvides most of the functionality offered by the\n[Cucumber Visual Studio Code Extension](https://github.com/cucumber/vscode) and can also be utilised with other editors that support the Language Server Protocol (LSP).\n\n## Features\n\nSee [Cucumber Language Service](https://github.com/cucumber/language-service), which implements most of the logic in this server.\nIf you are looking to add a new feature, you should probably add it to [Cucumber Language Service](https://github.com/cucumber/language-service).\n\n## Install\n\nCucumber Language Server is [available on npm](https://www.npmjs.com/package/@cucumber/language-server):\n\n```console\nnpm install @cucumber/language-server\n```\n\n### Settings\n\nThe LSP client can provide settings to the server, but the server provides [reasonable defaults](https://github.com/cucumber/language-server/blob/main/src/CucumberLanguageServer.ts) (see `defaultSettings`) if the client does not\nprovide them.\n\nThe server retrieves `cucumber.*` settings from the client with a [workspace/configuration](https://microsoft.github.io/language-server-protocol/specification#workspace_configuration) request.\n\nSee [Settings](https://github.com/cucumber/language-server/blob/main/src/types.ts) for details about the expected format.\n\n## External VSCode Usage\n\nWe've encountered an issue with the Node version used by [Treesitter](https://github.com/tree-sitter/tree-sitter/issues/2338), a\ndependency of this language server, when working outside of VSCode. For optimal\ncompatibility, please use the same Node version as version 18 of VSCode.\n\n## Support\n\nSupport is [available from the community](https://cucumber.io/tools/cucumber-open/support/) if you need it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Flanguage-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Flanguage-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Flanguage-server/lists"}