Summary
Since a recent update, the URC VSCode Extension only works with Windows x64.
The Verse extension and LSP work just fine on ARM through Windows’ builtin emulation, but the URC extension attempts to load a binary .node file that cannot be emulated.
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Unreal Revision Control
Steps to Reproduce
- Be on Windows 11 Arm64
- Launch VSCode
- Make sure URC extension is installed
- Open the Output window and view logs for Extension Host
Expected Result
A win32-arm64-msvc version of the urc-js module should be provided.
Observed Result
[error] Activating extension epicgames.urc-vscode failed due to an error:
[error] Error: Cannot find module ‘@ucs/urc-js-win32-arm64-msvc’
Platform(s)
Windows 11 / ARM64