Soumya Swaroop Gupta

Results 37 comments of Soumya Swaroop Gupta

@nehashri Node version 6.3. This is lower than the expected node version. Can the messaging be better than `inspector` error?

> Note this issue is on VSCode insider ``` Version 1.20.0-insider Commit 757ff83f0dece1ecf43d3a92e91fe467de1cc9dc Date 2018-01-29T05:13:39.772Z Shell 1.7.9 Renderer 58.0.3029.110 Node 7.9.0 Architecture x64 ```

**Steps to replicate** * Project - [data.zip](https://github.com/getgauge/gauge-vscode/files/1705764/data.zip) * Open workspace data * In project `steps-codecomplete` open `codecomplete_step.spec`. * Goto definition of step `start` * Now In project `steps-gotodefinition` open `concept_definition.spec`...

Another example ``` const { openBrowser, goto, click, screenshot, closeBrowser } = require('taiko'); (async () => { try { await openBrowser(); await goto("https://docs.gauge.org/latest/writing-specifications.html"); await click("Tags"); await screenshot({fullPage : true}); }...

unable to refactor ``` vowels "aeiou" ``` to ``` vowels "aeiou" "3" "5" "!@#$%^" ```

This issue is still replicable Cannot perform refactoring: undefined method `children' for nil:NilClass ``` Gauge version: 1.0.1.nightly-2018-07-31 Commit Hash: 4ae7c9a Plugins ------- ruby (0.5.2.nightly-2018-07-31) ```

With `bundle exec gauge refactor "Add \"product\" to basket1" "Add \"product\" to basket2"` - the spec file is not changed - In the implementation file step annotation text changes to...

_From @nehashri on December 18, 2017 4:56_ @andrew041 It looks like a good feature to have. Gauge core does not hold any implementation details. Gauge does not invoke the language...