vacuum OpenAPI linter for VSCode
The world's fastest OpenAPI linterThis is a VSCode extension that allows you to use the world's fastest OpenAPI linter inside VSCode. Install vacuumIf you don't have vacuum installed, make sure you do that first (requires
Or via yarn using You can also use homebrew to install vacuum on MacOS X
See more installation options. Enabling vacuumvacuum starts automatically when you open YAML or JSON files. You can also open up the command palette and type YAML and JSON files will be automatically detected (if they are OpenAPI) and linted using vacuum. Disabling vacuumIf you want to disable vacuum, open up the command palette and type Executable pathThe extension uses the ConfigurationTo configure vacuum to use your own rules, rulesets and custom functions, you can provide a configuration file. You can also configure the extension from VS Code:
The extension supports these workspace settings:
Configuration changes are sent to the running language server and open documents are linted again automatically. DocumentationLearn more about vacuum by visiting the vacuum documentation. |
