remote-kubernetes icon indicating copy to clipboard operation
remote-kubernetes copied to clipboard

Detect workdir if not specified in the manifest

Open rberrelleza opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. If the workdir is not specified in the manifest, we should try to detect it instead of always going to /usr/src/app, since it might not be available in the container.

Additional context we could get it from the SSH check we already do.

rberrelleza avatar Dec 07 '20 21:12 rberrelleza

Another option, suggested by @pchico83

if sync is specified, it takes preference. if there is more than one, could we open more than one folder?
if sync is not specified, workdir is mandatory and it is what should be opened.

rberrelleza avatar Dec 09 '20 00:12 rberrelleza