ARM-software / vscode-keil-studio-pack

Extension pack for all VS Code extensions
https://arm-software.github.io/vscode-keil-studio-pack/
Other
36 stars 6 forks source link

Arm Keil Studio Pack Not Working on Windows Arm64 #14

Closed ofoacimr closed 9 months ago

ofoacimr commented 9 months ago

Type: Bug Report

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Launch VS Code with unmodified Arm Keil Studio Pack activated.
  2. See error in Window on OUTPUT panel.
  3. Manually rename armlm to armlm.exe in folder %USERPROFILE%\.vscode\extensions\arm.keil-studio-pack-1.13.0-win32-arm64\tools\armlm\bin\.
  4. Launch VS Code with modified Arm Keil Studio Pack activated.
  5. See error in Extension Host on OUTPUT panel.

Expected behavior

The extension works.

Code sample and logs

Note: These two errors CANNOT be produced simultaneously (this is expected behaviour).

Screenshots

image

Additional context

The issue about armlm.exe is first mentioned here. → Device Manager Not Working on Windows Arm64 #6

ofoacimr commented 9 months ago

After the recent updates with Arm Environment Manager, this error no longer appears, thanks for your support.