Skip to content

Instantly share code, notes, and snippets.

View TonyyCruz's full-sized avatar
🤓
Estudando sempre!!!!

Anthony Cruz TonyyCruz

🤓
Estudando sempre!!!!
View GitHub Profile
@TonyyCruz
TonyyCruz / settings.json
Last active May 13, 2023 23:46 — forked from luizomf/settings.json
Configuração do VS Code para Python e Django.
{
"security.workspace.trust.untrustedFiles": "open",
"liveServer.settings.donotShowInfoMsg": true,
"editor.tabSize": 2,
"editor.detectIndentation": true,
"editor.fontFamily": "Fira Code",
// "terminal.integrated.fontFamily": "monospace",
"editor.fontWeight": "400",
"editor.fontSize": 20,
"workbench.startupEditor": "none",

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database