Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type * as vscode from 'vscode-languageserver';
|
||||
import { URI } from 'vscode-uri';
|
||||
import { type LanguageServerState } from '../types';
|
||||
export declare function register(server: LanguageServerState): {
|
||||
readonly all: URI[];
|
||||
has(uri: URI): boolean;
|
||||
onDidChange: (cb: vscode.NotificationHandler<vscode.WorkspaceFoldersChangeEvent>) => {
|
||||
dispose(): void;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user