←back to thread

502 points SupremumLimit | 1 comments | | HN request time: 0.272s | source
Show context
throwaway290 ◴[] No.44316213[source]
> 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?

replies(1): >>44319337 #
1. haiku2077 ◴[] No.44319337[source]
Sorta. IIRC you would need to make a version of your container that serves DAP on a port for the editor to connect to?