Skip to content

Instantly share code, notes, and snippets.

@cskiwi
Created February 14, 2021 16:39
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 cskiwi/b991cc57ed616981d33b7c4a482440f5 to your computer and use it in GitHub Desktop.
Save cskiwi/b991cc57ed616981d33b7c4a482440f5 to your computer and use it in GitHub Desktop.
Debugging @badvlasim
{
// 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": [
{
"type": "node",
"request": "attach",
"name": "Import",
"port": 5858,
"restart": true,
"protocol": "auto",
"stopOnEntry": false
},
{
"type": "node",
"request": "attach",
"name": "Server",
"port": 5859,
"restart": true,
"protocol": "auto",
"stopOnEntry": false
},
{
"type": "node",
"request": "attach",
"name": "Simulate",
"port": 5860,
"restart": true,
"protocol": "auto",
"stopOnEntry": false
}
],
"compounds": [
{
"name": "Full server",
"configurations": ["Import", "Server", "Simulate"],
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment