slackhq / vscode-hack

Hack language & HHVM debugger support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pranayagarwal.vscode-hack
MIT License
76 stars 38 forks source link

Launch scripts in Docker container when connected #81

Closed PranayAgarwal closed 5 years ago

PranayAgarwal commented 5 years ago

If the current IDE session is connected to a remote typechecker of type "docker", all scripts run via the HHVM launch debug target will now run inside the Docker container instead of the host machine. Setting breakpoints in this mode isn't yet supported, and will be added soon.