Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { type URI } from 'vscode-uri';
|
||||
import type { LanguageServiceContext } from '../types';
|
||||
import type * as _ from 'vscode-languageserver-protocol';
|
||||
export declare function register(context: LanguageServiceContext): (uri: URI, token?: _.CancellationToken) => Promise<_.FoldingRange[] | undefined>;
|
||||
Reference in New Issue
Block a user