We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7822ed commit 42bde2cCopy full SHA for 42bde2c
src/openshift/component.ts
@@ -957,7 +957,7 @@ export class Component extends OpenShiftItem {
957
} else {
958
result = Component.startOdoAndConnectDebugger(toolLocation, component, {
959
name: `Attach to '${component.getName()}' component.`,
960
- type: 'node2',
+ type: 'pwa-node',
961
request: 'attach',
962
address: 'localhost',
963
localRoot: component.contextPath.fsPath,
0 commit comments