Does not work in Cursor
Fonted: Enable returns a No such file or directory Error
You can find the extension folder, then open /out/extension.js and find something like "out/vs/code/electron-sandbox/workbench/workbench.esm.html" inside, then change the last filename to "workbench.html" and it will work
Unfortunately, this returns:
I'm unable to reproduce this.
@diabeney could you share the full error? Also what operating system and version of cursor?
I believe you have the latest version of fonted installed as well.
This error started to happen on latest VSCode too:
VScode version 1.102.0
Does anyone have a fix for this!!
Looking into this today. However, I’m unable to reproduce on Mac and I only own a Mac to be able to verify.
If anyone with Linux or Windows will be able to test the patch when I push the PR, that’ll be great.
Weirdly enough it's working fine on both Windows and Mac here. Don't know what changed but both installs for me have the fonts applied.
I had the same issue today. I think the cause was, when I try to install it through Open VSX (Cursor's extension marketplace), then the plugin reports the same problem. I did a manual installation by building .vsix file myself, it works without problem. My guess is that the version on Cursor's marketplace is outdated.
go to vscode and download the latest version .vsix file and manual install
Does anyone have a fix for this!!
Unfortunately, this returns:
![]()
This error started to happen on latest VSCode too:
![]()
VScode version 1.102.0
The Operating System ( Windows in this case ) doesn't permit any file modifications in the C/:Program Files directory by any external process. Hence the EPERM, Unpermitted Error occurs, the best way to fix is to install your VS Code in some other directory, and hopefully it fixes that.
VScode version 1.102.0