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
473 stars 30 forks source link

Extension is trying to use npm instead of cargo? #239

Open agasparovic opened 8 months ago

agasparovic commented 8 months ago

Hi there,

When I run cargo tauri dev in the Terminal, my app starts correctly, but when I try using Tauri: Dev from the Command Palette, I get this output:

npm ERR! Missing script: "tauri"
npm ERR! 
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

npm ERR! A complete log of this run can be found in: /Users/andrew/.npm/_logs/2024-01-22T17_16_56_539Z-debug-0.log
-----------------------

Is there a way to tell it to use cargo instead?