Skip to content

[Workspace] When adding a plugin (and client?), the workspace.json file saves the absolute path to the OpenAPI description #4582

Closed

Description

It should be relative or teams won't be able to work with this approach.

I'm using WSL.

{
  "version": "1.0.0",
  "clients": {},
  "plugins": {
    "RepairsHub": {
      "types": [
        "Microsoft"
      ],
      "descriptionLocation": "/home/slevert/src/temp/ttk-copilot-demo/repairs.json",
      "includePatterns": [
        "/repairs#GET"
      ],
      "excludePatterns": [],
      "outputPath": "./appPackage"
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

type:bugA broken experience

Type

No type

Projects

  • Status

    Done ✔️

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions