Martin
Martin
Is this issue referring to $ref variables in body parameters and responses not getting dereferenced for v2? I have been trying different releases with no luck. Specifically, I can see...
Thanks for the prompt reply. Actual output of using the writer. ``` { "swagger": "2.0", "info": { "version": "v1", "title": "Pet Store" }, "paths": { "/api/pets": { "get": { "tags":...
you can try configuring your eslint plugin to detect your workspaces under vscode settings. ``` eslint.workingDirectories: [{ "pattern": "apps/*" }] ``` i'm still trying to find out why this happens...
maybe the 'background' container is no longer running?