@@ -3,21 +3,22 @@ use std::sync::Arc;
3
3
use biome_deserialize:: { Merge , StringSet } ;
4
4
use pgt_analyse:: RuleCategories ;
5
5
use pgt_configuration:: {
6
- PartialConfiguration , PartialTypecheckConfiguration , database:: PartialDatabaseConfiguration ,
7
- files:: PartialFilesConfiguration ,
6
+ database:: PartialDatabaseConfiguration , files:: PartialFilesConfiguration ,
7
+ plpgsql_check:: PartialPlPgSqlCheckConfiguration , PartialConfiguration ,
8
+ PartialTypecheckConfiguration ,
8
9
} ;
9
10
use pgt_diagnostics:: Diagnostic ;
10
11
use pgt_fs:: PgTPath ;
11
12
use pgt_text_size:: TextRange ;
12
13
use sqlx:: { Executor , PgPool } ;
13
14
14
15
use crate :: {
15
- Workspace , WorkspaceError ,
16
16
features:: code_actions:: ExecuteStatementResult ,
17
17
workspace:: {
18
- OpenFileParams , RegisterProjectFolderParams , StatementId , UpdateSettingsParams ,
19
- server :: WorkspaceServer ,
18
+ server :: WorkspaceServer , OpenFileParams , RegisterProjectFolderParams , StatementId ,
19
+ UpdateSettingsParams ,
20
20
} ,
21
+ Workspace , WorkspaceError ,
21
22
} ;
22
23
23
24
fn get_test_workspace (
0 commit comments