@quobix/vacuum 0.9.10 → 0.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,9 +109,11 @@ in your favorite IDE and get linting and validation as you type, in realtime.
|
|
|
109
109
|
|
|
110
110
|
Will support any LSP compatible editor, like VSCode, Sublime, vim, etc.
|
|
111
111
|
|
|
112
|
+
[Install the VSCode extension](https://marketplace.visualstudio.com/items?itemName=pb33f.vacuum)
|
|
112
113
|
[Learn more about the language-server command](https://quobix.com/vacuum/commands/language-server/)
|
|
113
114
|
|
|
114
115
|
|
|
116
|
+
|
|
115
117
|
---
|
|
116
118
|
|
|
117
119
|
`v0.8+` : **OpenAPI Bundler**.
|