What happened?
In my project I am using Next.js. With Next.js its possible to generate the manifest dynamically during build: https://nextjs.org/docs/app/api-reference/file-conventions/metadata/manifest#generate-a-manifest-file
This way the VSCode extension does not find the manifest.
What do you expect to happen?
There are multiple options:
- directly call manifest.ts default exported function
- search in build directory .next/server/app/manifest.webmanifest.body
What version of VS Code are you using?
VS Code Insiders
Relevant log output
Are you using the latest version of the VS Code extension?
What happened?
In my project I am using Next.js. With Next.js its possible to generate the manifest dynamically during build: https://nextjs.org/docs/app/api-reference/file-conventions/metadata/manifest#generate-a-manifest-file
This way the VSCode extension does not find the manifest.
What do you expect to happen?
There are multiple options:
What version of VS Code are you using?
VS Code Insiders
Relevant log output
Are you using the latest version of the VS Code extension?