Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gauge-go support? #879

Open
gedw99 opened this issue Jun 16, 2022 · 1 comment
Open

Gauge-go support? #879

gedw99 opened this issue Jun 16, 2022 · 1 comment

Comments

@gedw99
Copy link

gedw99 commented Jun 16, 2022

Describe the bug

I am loving gauge but me and others use golang and we want the nice lsp aspects for writing tests for our golang code.

maybe I missed something but according to the docs golang is not supported .

Is there a reason for this that I maybe am missing ??

What command(s) did you run when you found the bug?

For e.g.

gauge run specs

Output, stack trace or logs related to the bug

Versions

Gauge (Output of gauge -v)

Node.js/Java/Python/.Net/Ruby version

Operating System information

IDE information

@zabil
Copy link
Member

zabil commented Jun 18, 2022

The IDE features for VS code are implemented using the Language server protocol. This needs to be implemented for every language runner.

When this work was picked up, due to limited capacity, the team at that time didn't implement LSP support for golang as no one was using it.

There seems to be a renewed interest in go lang runner now. It will be great if someone can send a pull request to add support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants