Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Wrong file path of problems in VSCode #7449

Open
HaoboGu opened this issue Jul 18, 2023 · 0 comments
Open

[docs] Wrong file path of problems in VSCode #7449

HaoboGu opened this issue Jul 18, 2023 · 0 comments
Labels
type: documentation Need to update the API documentation

Comments

@HaoboGu
Copy link

HaoboGu commented Jul 18, 2023

I'm debugging my tauri app using launch.json and tasks.json here. The debugging works, but after I launch "Tauri Development Debug", there are several warnings at VSCode Problems tab:

image

The file paths there are wrong:

image

VSCode provides an approach to define the relative path in tasks.json problem matcher:
image

But in tauri project, I cannot add this because it's defined in launch.json:

image

Is there anyway to fix this path error?

@HaoboGu HaoboGu added the type: documentation Need to update the API documentation label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation Need to update the API documentation
Projects
None yet
Development

No branches or pull requests

1 participant