Skip to content

vscode-serial-monitor 2.0.0

Install from the command line:
Learn more about npm packages
$ npm install @eclipse-cdt-cloud/vscode-serial-monitor@2.0.0
Install via package.json:
"@eclipse-cdt-cloud/vscode-serial-monitor": "2.0.0"

About this version

Device Manager Extension API

The Device Manager extension exposes an API that other extensions can get hold of:

import type { DeviceManagerExtension } from '@arm-debug/vcsode-device-manager';
          
const deviceManagerExtension = vscode.extensions.getExtension<DeviceManagerExtension>('Arm.device-manager');
if (deviceManagerExtension) {
    const deviceManager = await extension.activate();
    const deviceManagerV2 = deviceManager.getApi(2);
    const devices = await deviceManagerV2.getDevices();
}

Details


Assets

  • vscode-serial-monitor-2.0.0.tgz

Download activity

  • Total downloads 166
  • Last 30 days 166
  • Last week 62
  • Today 12

Recent versions

View all