wekan/.vscode/launch.json
2021-03-01 10:56:51 +13:00

17 lines
316 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name" : "Attach to meteor",
"type" : "node",
"request" : "attach",
"port" : 9229
}
],
"compounds": [
{
"name": "Meteor: All",
"configurations": ["Meteor: Node", "Meteor: Chrome"]
}
]
}