Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { type FormattingOptions, type LanguagePlugin, type LanguageServicePlugin } from '@volar/language-service';
|
||||
import { URI } from 'vscode-uri';
|
||||
export declare function createFormatter(languages: LanguagePlugin<URI>[], services: LanguageServicePlugin[]): {
|
||||
env: import("@volar/language-service").LanguageServiceEnvironment;
|
||||
format: (content: string, languageId: string, options: FormattingOptions) => Promise<string>;
|
||||
settings: {};
|
||||
};
|
||||
Reference in New Issue
Block a user