You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Adds support for the [openapi-processor](https://openapiprocessor.io/oap/home/ho
10
10
<br/><br/>
11
11
12
12
* automatically selects the json schema of the `mapping.yaml` to provide editing support (autocompletion & validation). Note that the `openapi-processor-mapping: v[x]` line in the `mapping.yaml` is used to detect it.
13
-
* marks the `mapping.yaml` with an openapi-processor icon to separate it from the openapi yaml file(s)
13
+
* marks the `mapping.yaml` with an openapi-processor icon to separate it from the openapi yaml file(s) (includes new ui icon)
14
14
* navigate from the `package-name` configuration in the `mapping.yaml` to the package with the generated sources (if the target package exists).
15
-
* navigate from an endpoint `path` mapping to the generated interface method.
16
-
* navigate from OpenAPI path to the generated endpoint interface method (since 2024.1).
15
+
* navigate from an endpoint `path` mapping in the `mapping.yaml`to the generated interface method (via a standard interface icon).
16
+
* navigate from an OpenAPI endpoint `path` to the generated endpoint interface methods (via a standard interface icon).
0 commit comments