Skip to content

Instantly share code, notes, and snippets.

View MarcosSarges's full-sized avatar
🎯
Focusing

Marcos Sarges MarcosSarges

🎯
Focusing
  • [Castanhal/PA/Brazil]
View GitHub Profile
@MarcosSarges
MarcosSarges / launch.json
Created November 15, 2023 18:52 — forked from cecilemuller/launch.json
Run ts-node in VSCode Debugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Example",
"type": "node",
"request": "launch",
"runtimeExecutable": "node",
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],
@MarcosSarges
MarcosSarges / config-ssh.md
Created June 4, 2021 17:29
Arquivo de configuração para resolver problemas de conexão com ssh do github, bitbucket, gitlab...

Criar o arquivo ~/.ssh/config e adicionar:

Host github.com
   Hostname ssh.github.com
   Port 443
Host bitbucket.org
   Hostname altssh.bitbucket.org
   Port 443
Host gitlab.com
@MarcosSarges
MarcosSarges / db.json
Created September 30, 2019 21:50
ReactJS Test
{
"users": [
{
"id": 1,
"name": "Leanne Graham",
"username": "Bret",
"email": "[email protected]",
"address": {
"street": "Kulas Light",
"suite": "Apt. 556",