does anyone know a way to configure Github codespaces to run automatic multiple terminals with commands (eg. "npm start") on startup?
I already tried the VS-Code extension "Terminal Manager" with configured terminals.json file, but it works just in normal VS-Code. Not in Codespaces.
Thanks in advance