@postgrestools/cli-x86_64-linux-musl 0.15.0 → 0.16.0
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/package.json +1 -1
- package/postgrestools +0 -0
- package/schema.json +1 -1
package/package.json
CHANGED
package/postgrestools
CHANGED
|
Binary file
|
package/schema.json
CHANGED
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
]
|
|
755
755
|
},
|
|
756
756
|
"root": {
|
|
757
|
-
"description": "The folder where we should check for VCS files. By default, we will use the same folder where `
|
|
757
|
+
"description": "The folder where we should check for VCS files. By default, we will use the same folder where `postgres-language-server.jsonc` was found.\n\nIf we can't find the configuration, it will attempt to use the current working directory. If no current working directory can't be found, we won't use the VCS integration, and a diagnostic will be emitted",
|
|
758
758
|
"type": [
|
|
759
759
|
"string",
|
|
760
760
|
"null"
|