Zabil Cheriya Maliackal
Zabil Cheriya Maliackal
Also, as a workaround you could try downgrading to a version that was working for you earlier until this issue can be looked at.
> I installed Java, Gauge, into the docker image and installed the plugins via visa files. Works nicely I haven't explored vscode.dev much yet but does it allow connecting to...
This is a bug. Unfortunately there's no workaround for this at the moment.
You could start by writing a test to cover this case at https://github.com/getgauge/gauge/blob/master/formatter/formatter_test.go The test above invokes the formatter.
Sorry to see that you are stuck with this issue but It's a bit hard to help with this as there is very little info to replicate it. When creating...
Thanks for picking this up and for all those PR's to add TypeScript support such great effort. Since I worked on setting up the documentation site I can add some...
I used the sample above to generate the `api.json` using TypeScript style JSDoc ``` "tags": [ { "title": "example", "description": "await write(\"user\", into(textBox('Username:')))", "lineNumber": 3 }, { "title": "template", "description":...
👍 This sounds good.
``` git grep devtools-protocol -- "*.ts" types/taiko/index.d.ts:import Protocol from 'devtools-protocol'; types/taiko/index.d.ts:// TODO: remove this type declaration and replace with devtools-protocol Emulation.SetDeviceMetricsOverrideRequest types/taiko/index.d.ts:// TODO: use the proper type for the second...
@RobertBeilich would you like to send a pull request with a fix? I see that you've identified what's causing the issue.