A workspace for developers who use MongoDB.
- A script editor with full mongosh support and intellisense.
- Tree and plain text views of script results.
- Inline document editing support of results in tree view.
NodeJS Version - 16.X
Install dependencies using npm i
.
- To build the main process (electron), run
npm run dev:electron
. - Run the VSCode launch configuration named "Electron: All".
- To build the main process (electron), run
npm run dev:electron
. - Run
npm run start
in another terminal.
Note: You require node v14+ to build using electron-builder
- Run
npm run build
. - The npm scripts
dist:linux
,dist:windows
anddist:macos
are available for creating a distributable for respective platforms.