File tree Expand file tree Collapse file tree
vscode/extensions/lean4dojo-panel/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -743,6 +743,17 @@ if __name__ == "__main__":
743743 margin-bottom: 1rem;
744744 text-align: center;
745745 }
746+ .trace-completion-info {
747+ font-size: 0.75rem;
748+ color: var(--vscode-descriptionForeground);
749+ text-align: center;
750+ margin-top: 0.5rem;
751+ margin-bottom: 1rem;
752+ padding: 0.5rem;
753+ background: var(--vscode-input-background);
754+ border-radius: 4px;
755+ border: 1px solid var(--vscode-input-border);
756+ }
746757 .trace-info {
747758 font-size: 0.75rem;
748759 color: var(--vscode-descriptionForeground);
@@ -764,6 +775,9 @@ if __name__ == "__main__":
764775 ${ traceAlreadyCompleted ? '✅ Trace completed' : '🔧 Click here to trace your repo!' }
765776 </button>
766777
778+ <div class="trace-completion-info">
779+ Tracing is complete when "out" folder is populated, this may take a few seconds to a few hours...
780+ </div>
767781
768782
769783 <div class="trace-info">
You can’t perform that action at this time.
0 commit comments