File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
extensions/ql-vscode/src/data-extensions-editor Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -395,6 +395,13 @@ export class DataExtensionsEditorView extends AbstractWebview<
395395 * that there's 1000 steps of the query progress since that takes the most time, and then
396396 * an additional 500 steps for the rest of the work. The progress doesn't need to be 100%
397397 * 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
398405 */
399406 private async showProgress ( update : ProgressUpdate , maxStep ?: number ) {
400407 await this . postMessage ( {
You can’t perform that action at this time.
0 commit comments