Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories IDEs
Created by Guest
Created on Jan 23, 2024

Separate Terminal Instances for Different Playground Scripts

Currently, when running multiple scripts, all output is directed to the same terminal. This could lead to a lot of confusion and difficulty in tracking the progress of individual scripts, especially when they are running concurrently. For example, when running two scripts that both output progress percentages, the output in the terminal looks like this: Progress: [====== ] 13.70% Progress: [===== ] 11.37% Progress: [====== ] 13.71% Progress: [===== ] 11.37% It's challenging to distinguish which progress percentage corresponds to which script. This issue is exacerbated when more scripts are running simultaneously.