Che version : latest
IDE extension version : latest
IDE version : all
Kubernetes cluster : latest
Description of the enhancement :
For remote, the codewind-workspace from the PFE container is not currently being collected. This should be rectified to collect the non-project folders in the codewind-workspace, to match the experience enjoyed by local diagnostics.
Proposed solution :
Add a function to diagnostics.go to collect the codewind-workspace from a Remote PFE container. This will be harder than it seems, as the the go Kubernetes API does not expose kubectl cp
Codewind version : latest OS : all
Che version : latest IDE extension version : latest IDE version : all Kubernetes cluster : latest
Description of the enhancement : For remote, the
codewind-workspace
from the PFE container is not currently being collected. This should be rectified to collect the non-project folders in thecodewind-workspace
, to match the experience enjoyed by local diagnostics.Proposed solution : Add a function to diagnostics.go to collect the
codewind-workspace
from a Remote PFE container. This will be harder than it seems, as the the go Kubernetes API does not exposekubectl cp