Hi,
using VSCode 1.36.0 on RHEL 8, i cannot create a component from a folder. the dialog asking for the choice of source ( git / binary / folder ) is ok, selecting git is ok, but when selecting folder, i never see the folder selction dialog showing up.
debugging indicates 'folder' as undefined in
|
if (!folder) return null; |
Hi,
using VSCode 1.36.0 on RHEL 8, i cannot create a component from a folder. the dialog asking for the choice of source ( git / binary / folder ) is ok, selecting git is ok, but when selecting folder, i never see the folder selction dialog showing up.
debugging indicates 'folder' as undefined in
vscode-openshift-tools/src/openshift/component.ts
Line 248 in 0b561ac