Using VS Code on Win 11 pro
Netconf Extension version 2.0
Connection properties are
"netconf.serverList": [
{
"id": "IHUB-831",
"host": "10.253.0.2",
"port": 831,
"username": "admin",
"password": "<<Hidden>>",
"clientCapabilities": [
"urn:ietf:params:netconf:base:1.0",
"urn:ietf:params:netconf:base:1.1"
]
}
],
"netconf.sshDebug": true
Debug console shows:
notificationsAlerts.ts:42
Error running command netconf.connect: Cannot read properties of undefined (reading 'logger'). This is likely caused by the extension that contributes netconf.connect.
Using VS Code on Win 11 pro
Netconf Extension version 2.0
Connection properties are
Debug console shows:
notificationsAlerts.ts:42
Error running command netconf.connect: Cannot read properties of undefined (reading 'logger'). This is likely caused by the extension that contributes netconf.connect.