Doctypes are not visible in VS Code or the UI.

I have an app that I created in my old bench. In my new bench directory, I installed the app using bench get-app [app-name] [path] and then installed it on my newly created site. The app was successfully installed and shows up when I run bench list-apps, and it’s also visible in the UI under ‘About’. However, when I search for the doctypes, they are not visible in the UI or in VS Code. I tried enabling developer mode, running bench build, bench migrate, and bench clear-cache, but it’s still not working. Is there any other way, or do I need to do something else?

Like you said, if they are not available in VS Code, they are not available in the code, and if they are not available in the code, they will not be available in the DocType list because bench migrate migrates DocTypes from code (fixtures or JSON files).