MongoDB for VS Code: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 August 2023

  • curprev 15:3815:38, 23 August 2023M talk contribs 549 bytes +2 No edit summary
  • curprev 15:3715:37, 23 August 2023M talk contribs 547 bytes +107 No edit summary
  • curprev 14:4614:46, 23 August 2023M talk contribs 440 bytes +440 Created page with "This is a powerful extension from the MongoDB devs, but it is tricky to get up to speed. == Setup == * Install MongoDB for VS Code extension * Create a "playground" folder somewhere (it can find them in your project workspace but to me that's messy) * Open a playground and prime it with something like this: use('my-db'); db.getCollection('my-collection').find() * Save it, and then use Ctrl-P and start typing "playground" to re-open it"