Add "unpause" option to paused containers
Repro steps:
- Pause a container
- Right click on the container, select start
Expected: Start works or I can "unpause"
Actual: Start doesn't work and there is no unpause
Action: vscode-docker.containers.start Error type: 409 Error Message: (HTTP code 409) unexpected - cannot start a paused container, try unpause instead
Version: 0.7.1-alpha OS: darwin Product: Visual Studio Code Product Version: 1.36.1 Language: en
Call Stack
docker-modem/modem.js:257:17
getCause docker-modem/modem.js:287:7
Modem.buildPayload docker-modem/modem.js:256:5
IncomingMessage.<anonymous> docker-modem/modem.js:232:14
IncomingMessage.emit events.js:187:15
endReadableNT _stream_readable.js:1092:12
process._tickCallback next_tick.js:63:19
Should we add unpause or just have start unpause it if it's in a paused state? Seems like kind of a silly context menu item to add.
The terminology is coming directly from Docker, so I feel like we should be consistent. Also - in Docker we only display start/stop/restart/etc. for applicable items so it won't add any clutter. In other words "unpause" will only show for paused containers
Oh right, your crazy dynamic context values