Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { LanguageServerState } from '../types.js';
|
||||
export declare function register(server: LanguageServerState, documents: ReturnType<typeof import('./textDocuments')['register']>, configurations: ReturnType<typeof import('./configurations')['register']>): {
|
||||
requestRefresh: (clearDiagnostics: boolean) => Promise<void>;
|
||||
};
|
||||
Reference in New Issue
Block a user