unreal not generated visual studio code

I was following this tutorial “Setting Up Visual Studio Code for Unreal Engine | Unreal Engine 5.5 Documentation | Epic Developer Community” but I can’t generate the vscode project

You need to have Visual Studio Code plugin enabled, then go to Editor Settings > Source Code and pick from the drop down list Visual Studio Code. It will prompt for an editor restart, do so. After that, open the project and then go to Tools > Generate Visual Studio Code project. You can also right-click your .uproject in Explorer and select Generate Visual Studio project files.

There should be a new file created at the root of your project called YourProjectName.code-workspace. You should open this file from now on instead of the solution file (.sln)

I don’t have Unreal Engine open right now, so the wording might be a little off. Let me know how it goes.