You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am implementing a new step in my Spec, it gives me a light bulb asking to help generate a step:
Then, I click on create a new file
After clicking on new file, there is an error message:
Only options seems to work is add to existing StepImplementation.ts file but only that one works, the clipboard doesn't work either.
One thing I am trying out is specifying a nested directory in the ts.properties file.
What command(s) did you run when you found the bug?
None. In VSCode.
Output, stack trace or logs related to the bug
Error message:
Unable to generate implementation. Error: error while connecting to runner : rpc error: code = Internal desc = Cannot read property 'end' of null
TypeError: Cannot read property 'end' of null
at StubImplementationCodeProcessor.diffForImplementationInExistingClass (c:\Users\Gilfoyle\Repos\Extension\node_modules\gauge-ts\dist\processors\StubImplementationCodeProcessor.js:41:69)
at StubImplementationCodeProcessor.process (c:\Users\Gilfoyle\Repos\Extension\node_modules\gauge-ts\dist\processors\StubImplementationCodeProcessor.js:23:33)
at RunnerServiceImpl.implementStub (c:\Users\Gilfoyle\Repos\Extension\node_modules\gauge-ts\dist\RunnerServiceImpl.js:193:73)
at handleUnary (c:\Users\Gilfoyle\Repos\Extension\node_modules\@grpc\grpc-js\src\server.ts:667:11)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
Describe the bug
When I am implementing a new step in my Spec, it gives me a light bulb asking to help generate a step:

Then, I click on create a new file

After clicking on new file, there is an error message:

Only options seems to work is add to existing
StepImplementation.ts
file but only that one works, the clipboard doesn't work either.One thing I am trying out is specifying a nested directory in the
ts.properties
file.What command(s) did you run when you found the bug?
None. In VSCode.
Output, stack trace or logs related to the bug
Error message:
Versions
"gauge-ts": "^0.1.0",
Gauge (Output of
gauge -v
)Node.js/Java/Python/.Net/Ruby version
Node.Js v14.17.1
Operating System information
Windows 10
IDE information
VSCode
The text was updated successfully, but these errors were encountered: