@quobix/vacuum 0.8.6 → 0.9.1
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 +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,7 +102,19 @@ come say hi!
|
|
|
102
102
|
|
|
103
103
|
## Documentation
|
|
104
104
|
|
|
105
|
-
🔥 **New in** `v0.
|
|
105
|
+
🔥 **New in** `v0.9+` 🔥 : **Built in Language Server**.
|
|
106
|
+
|
|
107
|
+
A new command is available `language-server`. This starts vacuum as an LSP compatible language server. Run vacuum
|
|
108
|
+
in your favorite IDE and get linting and validation as you type, in realtime.
|
|
109
|
+
|
|
110
|
+
Will support any LSP compatible editor, like VSCode, Sublime, vim, etc.
|
|
111
|
+
|
|
112
|
+
[Learn more about the language-server command](https://quobix.com/vacuum/commands/language-server/)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
`v0.8+` : **OpenAPI Bundler**.
|
|
106
118
|
|
|
107
119
|
A new command is available `bundle` will bundle all external references for an OpenAPI file into a single file.
|
|
108
120
|
|