Skip to content

Instantly share code, notes, and snippets.

View joaovictornsv's full-sized avatar
🚀
In evolution

João Victor Negreiros joaovictornsv

🚀
In evolution
View GitHub Profile
@diego3g
diego3g / NODE.md
Last active April 17, 2025 21:11
VSCode Settings (Updated)

⚠️ Note!

With VSCode version 1.94, the APC extension broke and there is no fix yet.

So, for those having issues with APC after the VSCode update, I recommend downloading the previous version of VSCode for now (https://code.visualstudio.com/updates/v1_93) and setting updates to manual by adding this to the editor's configuration:

"update.mode": "manual",
@leocomelli
leocomelli / git.md
Last active April 17, 2025 04:56
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda