vscode-rpgle/extension/server/src/providers/project/index.ts at main · codefori/vscode-rpgle
We would need to have this hard limit configurable at least.
Also, can the files be loaded all at the same time instead of awaiting sequentially ?
await Promise.all(uris.map(uri => loadLocalFile(uri)));
vscode-rpgle/extension/server/src/providers/project/index.ts at main · codefori/vscode-rpgle
We would need to have this hard limit configurable at least.
Also, can the files be loaded all at the same time instead of awaiting sequentially ?
await Promise.all(uris.map(uri => loadLocalFile(uri)));