tauri-apps / tauri-vscode

Visual Studio Code Extension for Tauri apps development
https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode
Apache License 2.0
480 stars 30 forks source link

extension commands not working #273

Closed pascal456 closed 1 month ago

pascal456 commented 1 month ago

command attempt

When running the commands like init, build or dev via

grafik

result

grafik

alternative

running cargo tauri dev or npm run tauri dev works good. So how to configure the extension to run via commands?

pascal456 commented 1 month ago

@amrbashir just installed the update. Runs perfectly fine. Thank you very much for your time!