Cursor Tab isn't working with UEFN Code-Workspace Configuration

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When working with UEFN (Unreal Editor for Fortnite) Verse Programming Language, code-workspace created with external folders and by default they have ‘/’ symbol in their names, so Cursor Tab doen’t work at all. Previously problem was with indexing engine, but now there are no errors with it, but Cursor Tab silently just doesn’t suggest anything.

This problem is a part of previous bug report that for no reason was closed as team ignored last messages in it: Can't Index UEFN Verse Code Project

Steps to Reproduce

In code-workspace file add folders section with child in it with name containing / (Slash) symbol in it, for example like this:
“folders”: [
{
“name”: “/TestName”,
“path”: “C:/Users/Admin/ExampleFolder”
},
],

Expected Behavior

Cursor Tab makes suggestions

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.5.11 Beta
VS Code version: 1.99.3

Additional Information

For me it is pain because every time i buld the code, Editor updates code-workspace file and adds names with /. So the only solution for me is to manually remove slashes from names and set file mode to Read Only in Windows Explorer Settings. But then this produces more errors with team share files (Revision Control) buit-in editor tool.

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hi, thanks for the report. Can you check if you still face this issue on the latest Cursor version?

It seems to work on the latest version. Thank you!

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.