Wim De Troyer

Results 5 issues of Wim De Troyer

it would be a handy feature if **multiple** profiles could be selected in the plug-in, mimicking this sort of syntax: skaffold dev --filename skaffold.yaml --profile **PROFILE 1**, **PROFILE 2** [more...

area/kubernetes
kind/feature-request
area/skaffold
priority/p3

I was wondering if it was possible to un-attach and re-attach to a debugger of a running pod. When skaffold is run with the plug-in in debug mode, a debugger...

area/app-engine-flex
area/kubernetes
kind/feature-request
area/skaffold-debug

Currently, all responses are automatically resolved to axios.response.data, however, sometimes it is useful to have the wrapping **AxiosResponse**: ```typescript export interface AxiosResponse { data: T; status: number; statusText: string; headers:...

enhancement

would be nice to be able to allow to specify where to write build.ts :)

enhancement