Skip to content

Instantly share code, notes, and snippets.

@wheelercj
Created August 2, 2022 17:02
Show Gist options
  • Save wheelercj/422e220c104be5cd6dd75533af21d046 to your computer and use it in GitHub Desktop.
Save wheelercj/422e220c104be5cd6dd75533af21d046 to your computer and use it in GitHub Desktop.
VSCode launch.json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: main.py (Integrated Terminal)",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/note_splitter/main.py",
"console": "integratedTerminal"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment