Skip to content

Commit 96ea504

Browse files
unknowndgolovin
authored andcommitted
updated gif and added includes check spring component type
1 parent 3f91942 commit 96ea504

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

images/gif/debug-java.gif

17.4 MB
Loading

images/gif/debug-node.gif

1.06 MB
Loading

src/openshift/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ export class Component extends OpenShiftItem {
766766
return result;
767767
}
768768
// const components = await Component.odo.getComponentTypes();
769-
const isJava = component.compType.includes('java');
769+
const isJava = component.compType.includes('java') || component.compType.includes('spring');
770770
const isNode = component.compType.includes('nodejs');
771771
const isPython = component.compType.includes('python') || component.compType.includes('django');
772772

0 commit comments

Comments
 (0)