There is no File Edit selection option

Describe the Bug

I can not see the File Edit etc.. option on the top of the cursor

Steps to Reproduce

Open the cursor and check

Expected Behavior

Need File edit etc options

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.5.20 (user setup)
VSCode Version: 1.105.1
Commit: 511523af765daeb1fa69500ab0df5b6524424610
Date: 2026-02-19T20:41:31.942Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, it looks like your menu bar is set to hidden. To bring it back:

  • Press Ctrl + Shift + P to open the Command Palette
  • Type Toggle Menu Bar and select it. This should bring back File, Edit, etc.

You can also press Alt. If the menu shows up briefly, it means the setting is in toggle mode. To make it permanent, go to Settings Ctrl + ,, search for window.menuBarVisibility, and set it to classic.

Let me know if that works.