Skip to content

Commit 408cf38

Browse files
committed
chore: regenerate workspace bindings with typeCase field
1 parent 7c1eec9 commit 408cf38

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

packages/@postgres-language-server/backend-jsonrpc/src/workspace.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,10 @@ export interface PartialFormatConfiguration {
422422
* Maximum line width before breaking. Default: 100.
423423
*/
424424
lineWidth?: number;
425+
/**
426+
* Data type casing (text, varchar, int): "upper" or "lower". Default: "lower".
427+
*/
428+
typeCase?: KeywordCase;
425429
}
426430
export interface PartialLinterConfiguration {
427431
/**

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,10 @@ export interface PartialFormatConfiguration {
422422
* Maximum line width before breaking. Default: 100.
423423
*/
424424
lineWidth?: number;
425+
/**
426+
* Data type casing (text, varchar, int): "upper" or "lower". Default: "lower".
427+
*/
428+
typeCase?: KeywordCase;
425429
}
426430
export interface PartialLinterConfiguration {
427431
/**

0 commit comments

Comments
 (0)