Skip to content

Commit 60fde76

Browse files
readied
1 parent cd8f006 commit 60fde76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/@postgrestools/backend-jsonrpc/src/workspace.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export type DiagnosticTags = DiagnosticTag[];
122122
/**
123123
* Serializable representation of a [Diagnostic](super::Diagnostic) advice
124124
125-
See the [Visitor] trait for additional documentation on all the supported advice types.
125+
See the [Visitor] trait for additional documentation on all the supported advice types.
126126
*/
127127
export type Advice =
128128
| { log: [LogCategory, MarkupBuf] }
@@ -227,7 +227,7 @@ export interface CompletionItem {
227227
/**
228228
* The text that the editor should fill in. If `None`, the `label` should be used. Tables, for example, might have different completion_texts:
229229
230-
label: "users", description: "Schema: auth", completion_text: "auth.users".
230+
label: "users", description: "Schema: auth", completion_text: "auth.users".
231231
*/
232232
export interface CompletionText {
233233
is_snippet: boolean;
@@ -411,7 +411,7 @@ export interface PartialVcsConfiguration {
411411
/**
412412
* The folder where we should check for VCS files. By default, we will use the same folder where `postgres-language-server.jsonc` was found.
413413
414-
If 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
414+
If 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
415415
*/
416416
root?: string;
417417
/**

0 commit comments

Comments
 (0)