We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ff87a commit 5a3a1a5Copy full SHA for 5a3a1a5
1 file changed
extensions/ql-vscode/src/data-extensions-editor/data-extensions-editor-view.ts
@@ -395,6 +395,13 @@ export class DataExtensionsEditorView extends AbstractWebview<
395
* that there's 1000 steps of the query progress since that takes the most time, and then
396
* an additional 500 steps for the rest of the work. The progress doesn't need to be 100%
397
* accurate, so this is just a rough estimate.
398
+ *
399
+ * For generating the modeled methods for an external library, the max step is 4000. This is
400
+ * based on the following steps:
401
+ * - 1000 for the summary model
402
+ * - 1000 for the sink model
403
+ * - 1000 for the source model
404
+ * - 1000 for the neutral model
405
*/
406
private async showProgress(update: ProgressUpdate, maxStep?: number) {
407
await this.postMessage({
0 commit comments