Windows on ARM support

I recently tried to upgrade from the SysIDE Editor Legacy to the new SysIDE Editor. I unfortunately then found out that the new extension doesn’t support ARM. Would be great if SysIDE Editor could support Windows on ARM natively.

Hi @WPalm,

Unfortunately, we don’t yet build Syside for arm64-windows. You could try running x64-windows build through emulation:

  1. Download extension VSIX from the marketplace through Gear icon > Download Specific Version VSIX... (any platform will do)

  2. Drag&drop syside-editor*.vsix to the Extensions panel

  3. Set "syside.path": "path/to/syside.exe" in VS Code configuration.

Thank you, manually installing the VSIX worked great as a workaround.