Skip to content

vscode-serial-monitor 1.0.2

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

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 deviceManagerV1 = deviceManager.getApi(1);
    const devices = await deviceManagerV1.getDevices();
}

Details


Assets

  • vscode-serial-monitor-1.0.2.tgz

Download activity

  • Total downloads 21
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all