swagger ui preview doesn't support openapi 3.1.0 https://github.com/swagger-api/swagger-ui/issues/5891, so I'm using redoc. It doesn't refresh automatically when file is saved. v4.15.16 Or tell me how to configure this task properly? ``` { // "type": "process", "command" : "${command:openapi.previewRedoc}", "label": "Preview OpenAPI redoc", "group": "build" } ```