Skip to content

Instantly share code, notes, and snippets.

@pictos
Created November 11, 2019 18:08
Show Gist options
  • Save pictos/cbf0e0139abc808f15e6c619e7344195 to your computer and use it in GitHub Desktop.
Save pictos/cbf0e0139abc808f15e6c619e7344195 to your computer and use it in GitHub Desktop.
{
//Original code https://github.com/Clancey/Comet.Tasky/tree/master/.vscode
// 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": [
{
"preLaunchTask": "build",
"name": "Launch",
"type": "comet",
"request": "launch",
"program": "${workspaceRoot}/ignored",
"cwd": "${workspaceRoot}",
// "debugServer": 4711
},
{
"name": "Attach",
"type": "comet",
"request": "attach",
"address": "localhost",
"port": 55555
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment