release: WRNexusJS 0.8.0
This commit is contained in:
@@ -63,7 +63,7 @@ function declarationRanges(document, name) {
|
||||
}
|
||||
|
||||
async function wrnDocuments() {
|
||||
const uris = await vscode.workspace.findFiles(WRN_GLOB, EXCLUDE_GLOB);
|
||||
const uris = await vscode.workspace.findFiles(WRN_GLOB, EXCLUDE_GLOB, 1_000);
|
||||
const open = new Map(
|
||||
vscode.workspace.textDocuments
|
||||
.filter((item) => item.languageId === "wrn")
|
||||
|
||||
Reference in New Issue
Block a user