Skip to content

Commit 42bde2c

Browse files
committed
Change debugger type from node2 to pwa-node
This PR fixes #2233. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent c7822ed commit 42bde2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openshift/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ export class Component extends OpenShiftItem {
957957
} else {
958958
result = Component.startOdoAndConnectDebugger(toolLocation, component, {
959959
name: `Attach to '${component.getName()}' component.`,
960-
type: 'node2',
960+
type: 'pwa-node',
961961
request: 'attach',
962962
address: 'localhost',
963963
localRoot: component.contextPath.fsPath,

0 commit comments

Comments
 (0)