Srikanth

Results 11 issues of Srikanth

**Is your feature request related to a problem? Please describe.** Gauge runners can crash sometimes due to various reasons. Often the runners log the reason (ex. if it fails to...

I notice that the allowed file extensions are [in code](https://github.com/mkdocs/mkdocs/blob/3e03014894c173ce5ffaaf2a8d92ef9dfbeb865d/mkdocs/utils/__init__.py#L204). Please consider allowing this to be configured. I have a use case where my users would author Markdown based specifications...

Needs design decision

Allow gauge=vscode to read gauge/plugin versions and prompt users to upgrade This can be done in a similar fashion to how vscode-go plugin does, i.e. have a indicator in the...

With just gauge-vscode installed, the user can author specs and implement them. However, language features (for implementation) is not available until the language extension is installed. Javascript support is shipped...

new feature

usage: gauge list --steps fixes #2432 Signed-off-by: sriv

ReleaseCandidate

### Discussed in https://github.com/getgauge/gauge/discussions/2423 Originally posted by **EGTomKies** October 27, 2023 I know it loads in VSC Gauge will pre-register steps. Is there any way to utilize that to get...

The `GaugeProjectBuilder` uses `FakeLib` to programtically build the target project. Updating `FakeLib` would mean getting rid of `MSBuildHelper` usage and use `Fake.DotNet.Build` namespace. There are some runtime `TypeInitializationException` thrown when...

tech

## Expected Behaviour If there is a step implementation such as this: ``` step 'The word has vowels.' do |word,sdf, expectedCount| assert_equal(expectedCount.to_i, count_vowels(word)) end ``` Then `gauge run specs` should...

bug

Signed-off-by: sriv

ReleaseCandidate

use latest go for lsp Signed-off-by: sriv