Add compound debug for json

This commit is contained in:
Pine Wu 2019-08-01 14:14:10 -07:00
parent 9248ec2cb8
commit c8603ae198

View file

@ -33,6 +33,14 @@
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/server/out"]
}
],
"compounds": [
{
"name": "Launch Extension and Attach Language Server",
"configurations": [
"Launch Extension",
"Attach Language Server"
]
}
]
}