[bug] rust-analyzer VSCode extension not set as executable via Flatpak

  1. Installed opensource code-oss via flatpak.
  2. Installed org.freedesktop.Sdk.Extension.rust-stable via flatpak
  3. Installed rust-analyzer extension within code

rust-analyzer failed to start due to access error.
Failed to execute /home/userName/.var/app/com.visualstudio.code-oss/config/Code - OSS/User/globalStorage/matklad.rust-analyzer/rust-analyzer-x86_64-unknown-linux-gnu

Fixed by adding permission to rust-analyzer-x86_64-unknown-linux-gnu to be executable.

Should this file be set as executable when the extension is installed?

Opened github issue here:

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.