Skip to content

In Cursor, extension startup fails in version 6.0.0 #617

Description

@Crysta1221

Checks

  • I have checked existing issues.
  • I have checked the help page.
  • This is actually a bug and not a feature.
  • I am using the latest extension version.

Operating System

win32 10.0.26200

VSCode Version

1.125.0

Extension Version

6.0.0

Settings

{
    "windowBackgrounds": [
        "C:/Users/.../Pictures/image.png"
    ],
    "editorBackgrounds": [],
    "sidebarBackgrounds": [],
    "panelBackgrounds": [],
    "backgroundAlignment": [
        "Center Center",
        "Center Center",
        "Center Center",
        "Center Center"
    ],
    "backgroundAlignmentValue": [
        "50%",
        "50%",
        "50%",
        "50%"
    ],
    "backgroundBlur": [
        "0",
        "0",
        "0",
        "0"
    ],
    "backgroundOpacity": [
        0.85,
        0.9,
        0.9,
        0.9
    ],
    "backgroundRepeat": [
        "No Repeat",
        "No Repeat",
        "No Repeat",
        "No Repeat"
    ],
    "backgroundSize": [
        "Cover",
        "Cover",
        "Cover",
        "Cover"
    ],
    "backgroundSizeValue": [
        "100%",
        "100%",
        "100%",
        "100%"
    ],
    "backgroundChangeTime": [
        0,
        0,
        0,
        0
    ],
    "autoInstall": true,
    "renderTextAboveBackground": false,
    "useInvertedOpacity": true,
    "smoothImageRendering": false,
    "settingScope": "Global",
    "CSS": "",
    "API": false
}

Settings Verification

  • I have made sure to remove any sensitive or personal information from the above input.

Issue

Nice to meet you. I am a big fan of this extension.
I have found a bug in the latest version.
However, since I am using the VSCode marketplace on Cursor, please let me know if this is outside the scope of your support, and I will close this issue.

When using version 6.0.0 of this extension in Cursor, which is a fork of VSCode, the following error occurs, and the extension fails to activate:

Failed to find 
'C:\Users\...\AppData\Local\Programs\cursor\resources\app\out\vs\code\electron-browser\workbench\workbench.html', 
please report this issue

In the latest version of Cursor, workbench.html is actually located at the following path:

C:\Users\...\AppData\Local\Programs\Cursor\resources\app\out\vs\code\electron-sandbox\workbench\workbench.html

I have noticed that the folder structure is slightly different. However, this issue was not observed in v5.0.3, and the extension loaded successfully.

How to replicate

Using the latest version of Cursor and the latest version of this extension (v6.0.0).
An error notification appears when you restart the app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions