@arm-software/vscode-cmsis-csolution
Advanced tools
Comparing version 1.26.1 to 1.26.2
@@ -72,3 +72,3 @@ /* | ||
*/ | ||
device: { name: string, vendor: string }; | ||
device: DeviceId; | ||
/** | ||
@@ -95,2 +95,13 @@ * Selected processor on the device. | ||
export type DeviceId = { | ||
/** | ||
* Device name | ||
*/ | ||
name: string; | ||
/** | ||
* Device vendor | ||
*/ | ||
vendor: string; | ||
} | ||
export type PackId = { | ||
@@ -97,0 +108,0 @@ /** |
{ | ||
"name": "@arm-software/vscode-cmsis-csolution", | ||
"version": "1.26.1", | ||
"version": "1.26.2", | ||
"description": "API for the Arm.cmsis-csolution VS Code extension", | ||
@@ -5,0 +5,0 @@ "types": "csolution.d.ts", |
7707
238