Vinay Shukla
Vinay Shukla
Gauge LSP server should support formatting concepts files. When an LSP client asks gauge to format a concept file, gauge should format the concept. This story is part of [LSP...
### Expected behavior The behavior should be same for IDE and command line ### Actual behavior Steps implemented in Kotlin instead of java works fine from IntelliJ but from command...
Currently, when we generate the JSON docs, It includes the location. The location includes the filename (absolute path with USERNAME). Here is sample code from the JSON docs of `documentation.js`...
Currently I'm having issues testing my `async` methods in notebook. Exmaple: Notebook: ```python import httpx async make_api_call(client, url, headers, body) res = await client.post(url, headers=headers, json=body) if res.status_code == 200:...
I,m writing a atom package which supports [Gauge](getgauge.io). I want to use atom-ink package for it but it's [documentation](https://atom.io/packages/ink) is not good enough. It doesn't tell how to use this...
Added interface MarkupContent for backword compatibility
Language server protocol has deprecated the `MarkedString` and they are replacing it with `MarkdownString`. Please update the lsp library. Ref :- https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#new-markupcontent https://github.com/Microsoft/vscode/blob/d8989c95964ce06c64ffebc2fb400a0327bd447d/src/vs/vscode.d.ts#L2012
How to get the location of the node? Ex: * Start Line no * End Line no * Start Char no of line * End Char no of line
* Migrate build script to `rake` * Migrate launcher scripts to `ruby` and `batch` (in windows) This will help to make the contribution easy, and also allow us to not...