You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm debugging my tauri app using launch.json and tasks.jsonhere. The debugging works, but after I launch "Tauri Development Debug", there are several warnings at VSCode Problems tab:
The file paths there are wrong:
VSCode provides an approach to define the relative path in tasks.json problem matcher:
But in tauri project, I cannot add this because it's defined in launch.json:
Is there anyway to fix this path error?
The text was updated successfully, but these errors were encountered:
I'm debugging my tauri app using
launch.json
andtasks.json
here. The debugging works, but after I launch "Tauri Development Debug", there are several warnings at VSCode Problems tab:The file paths there are wrong:
VSCode provides an approach to define the relative path in
tasks.json
problem matcher:But in tauri project, I cannot add this because it's defined in
launch.json
:Is there anyway to fix this path error?
The text was updated successfully, but these errors were encountered: