Skip to content

Instantly share code, notes, and snippets.

@grant
Created July 20, 2019 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/aa066a91f207cb030fbb2b25796c2a18 to your computer and use it in GitHub Desktop.
Save grant/aa066a91f207cb030fbb2b25796c2a18 to your computer and use it in GitHub Desktop.
GCF Debugging VSC launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach",
"port": 9229
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment