- is
workspaceFolder needed, maybe docker working dir is enough?
- do you need the full path for
postStartCommand, maybe it can use docker working dir
postStartCommand: explicit bash shold not be needed, there is the hashbang already
This will simplify the code handling, also makes it harder to break when modifying the setup (e.g. with LLM)
workspaceFolderneeded, maybe docker working dir is enough?postStartCommand, maybe it can use docker working dirpostStartCommand: explicitbashshold not be needed, there is the hashbang alreadyThis will simplify the code handling, also makes it harder to break when modifying the setup (e.g. with LLM)