[bug] core:
permission identifiers missing in schema files when the project path contains special characters
#11950
Labels
Describe the bug
Schema files cannot be properly generated when the project is in a path that contains special characters (square brackets
[]
in my case). Permission identifiers starting withcore:
are missing. And I don't see any error reported by the program during the generation process.Reproduction
Create a new project using
pnpm create tauri-app
in a path that contains special characters (e.g.[]
), open in VS Code, and wait for rust-analyzer to finish running tasks. Reproducible on both Windows and macOS.Expected behavior
Either the file generation should work properly, or the program should report errors and clearly indicate that it should not run under such paths.
Full
tauri info
outputWindows:
macOS:
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: