Hacker News new | ask | show | jobs
by throwaway290 363 days ago
> To simplify the setup process, we've introduced locators, a system that translates build configurations into debug configurations. Meaning that you can write a build task once in tasks.json and reference it from debug.json — or, even better, rely on Zed's automatic configuration.

Does that work if my build is Docker based?

1 comments

Sorta. IIRC you would need to make a version of your container that serves DAP on a port for the editor to connect to?