Lars Hvam

Results 648 issues of Lars Hvam

`CLASS lcl_1 DEFINITION DEFERRED.` see https://github.com/larshp/vscode-abap/issues/33

see https://github.com/abaplint/abaplint/issues/668

not sure how, not found a guide few hints at https://code.visualstudio.com/api/working-with-extensions/testing-extension, but not sure

```json { "info": { "title": "files api", "version": "1.0.0" }, "paths": { "/files/{daysSince}": { "get": { "summary": "Get overview of files", "responses": { "200": { "content": { "application/json": { "schema":...

bug

refer documentation to https://github.com/thim81/openapi-format

- [ ] allow prefixing the path via generation - [ ] add test case with multiple operations, server - [ ] parameters in paths

https://try.gitea.io/api/swagger https://try.gitea.io/swagger.v1.json note that this is v2, need to convert it to v3 first use https://converter.swagger.io ?