I installed the MongoDB plugin for a Visual Studio Code.
I run a script in the playground but there is no output either in the ‘Output’ tab or in the ‘Playground Result’ (undefined) tab windows.
The print command did send the text to the Output tab but missing the database-related output.
What needs to be configured so I can see the database-related output?
Hi @Saptaji_Basuki, welcome to the community! Glad to have you here!
What database is selected before you run the query? I believe the default database is set to test when new playground is launched. Highlight and run the use <db> statement along with the query to see if that resolves your issue.