Skip to content

Using wrong analysis binary when starting reanalyze on MacOS Arm64 #787

@Arden144

Description

@Arden144

The command that starts code analysis chooses the analysis binary server/analysis_binaries/darwin instead of server/analysis_binaries/darwinarm64. This should be pretty easy to fix by checking the process.arch

The offending code is here:

let analysisProdPath = path.join(
path.dirname(__dirname),
"..",
"..",
"server",
"analysis_binaries",
process.platform,
"rescript-editor-analysis.exe"
);

I'll open a pull request when I have some free time if I can get the extension building locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions