Kieran Ryan

Results 49 comments of Kieran Ryan
trafficstars

Great shout @binhtran432k! This aligns with other requests where Cucumber configuration files are supported by tools but not the Language Server implementation (cucumber/vscode#151) 👍

Failing due to missing `isBuiltIn` call, [introduced in NodeJS v16.17.0](https://nodejs.org/api/module.html#moduleisbuiltinmodulename) - 6 minor versions ahead of the pipeline image

Benchmarked the [fast-glob](https://github.com/mrmlnc/fast-glob) globbing library used by the [Language Server](https://github.com/cucumber/language-server) through the [node-glob](https://github.com/isaacs/node-glob) benchmark. Starting glob patterns with `**/` is about 10x times slower (0.074s -> 0.732s) for synchronous operations...

@Artalus and @nextlevelbeard, appreciate the bump on this - improves insight into the desire for this feature - would be a significant enhancement. @nextlevelbeard if you could also pop a...

> I was messing with the 10-minute tutorial and I noticed that IntelliJ can run and debug each scenario individually. It feels like VS Code should be able to do...

Benchmarked the [fast-glob](https://github.com/mrmlnc/fast-glob) globbing library used by the [Language Server](https://github.com/cucumber/language-server) through the [node-glob](https://github.com/isaacs/node-glob) benchmark. Negligible difference for synchronous operations and interestingly the existing pattern appears to be around 17% faster...

Thanks! Linking the associated [Cucumber JS configuration documentation](https://github.com/cucumber/cucumber-js/blob/main/docs/configuration.md). This will require a change to the [Cucumber Language Service](cucumber/language-service) to support snippet configuration - see the [JavaScript snippet implementation in the...

@despellhtb, issue is reflective of status. Accommodation has been made in the [Cucumber Language Server to configure custom snippet templates](https://github.com/cucumber/language-server/blob/c098446b649a16cb4e95ee17721c07acc65af8aa/src/CucumberLanguageServer.ts#L82), though this setting is not yet fully integrated nor available...

@tejadafran, issue is reflective of status. Appreciate the interest in this issue. Any code suggestions or PRs towards an implementation can be of great assistance between the [Language Server](https://github.com/cucumber/language-server) and...

Thanks for the report @josemigallas! Could you advise: 1. In the attached gif, are you holding the command key and just hovering over the lines? Or also clicking? 2. The...