Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { type FileSystem } from '@volar/language-service';
|
||||
import type { URI } from 'vscode-uri';
|
||||
import { type LanguageServer } from '../types';
|
||||
export declare const provider: FileSystem;
|
||||
export declare function listenEditorSettings(server: LanguageServer): void;
|
||||
export declare function handler(uri: URI): Promise<string | undefined>;
|
||||
Reference in New Issue
Block a user