okteto / movies

React + Node multi service application
Apache License 2.0
77 stars 157 forks source link

explict workdir in manifests #28

Closed rberrelleza closed 3 years ago

rberrelleza commented 3 years ago

without this, the vscode plugin opens the /usr/src/app since there's no clue on what folder to open.

pchico83 commented 3 years ago

@rberrelleza should the plugin open folders based on the sync field?

rberrelleza commented 3 years ago

It's an option. What cases would it need to handle:

pchico83 commented 3 years ago

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 commented 3 years ago

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.

moving this to the vscode plugin then -> https://github.com/okteto/remote-kubernetes/issues/130