overhangio / tutor-discovery

Course Discovery plugin for Tutor
GNU Affero General Public License v3.0
11 stars 40 forks source link

feat: open stdin & allocate tty on dev services #29

Closed kdmccormick closed 2 years ago

kdmccormick commented 2 years ago

This ensures that services started with tutor dev start are as capable for breakpoint debugging, et al, as services started with tutor dev runserver are. We plan to remove tutor dev runserver.

Blocks https://github.com/overhangio/tutor/pull/644