Skip to content

Unable to enable monkey patch due to a missing file #61

@amorozov

Description

@amorozov

I can't enable Monkey Patch Extension in Code-1.73.1-1 (the Open Source version of VSCode) on ArchLinux.

The error is

Monkey Patch failed: Error: ENOENT: no such file or directory, open '/usr/lib/code/out/vs/code/electron-browser/workbench/workbench.html'

Indeed the package code doesn't contain the file and the directory workbench. Instead it contains /usr/lib/code/out/vs/code/electron-sandbox/workbench/workbench.html.

I have created a symlink from /usr/lib/code/out/vs/code/electron-sandbox/workbench to /usr/lib/code/out/vs/code/electron-browser/workbench and the command Enable Monkey patch has completed successfully (hopefully).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions