Skip to content

Instantly share code, notes, and snippets.

@aalencar
Created April 12, 2022 07:46
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 aalencar/1e21c46c80abeda47e5aad7c18b5c4a8 to your computer and use it in GitHub Desktop.
Save aalencar/1e21c46c80abeda47e5aad7c18b5c4a8 to your computer and use it in GitHub Desktop.
VSCode config to debug wave app
{
"name": "Debug Wave App",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/py/venv/bin/wave",
"python": "${workspaceFolder}/py/venv/bin/python",
"args": [
"run",
"examples.${fileBasename}"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment