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
460 stars 28 forks source link

Add option to use Cargo as package manager #187

Closed bladepoint6969 closed 1 year ago

bladepoint6969 commented 1 year ago

Currently the extension has no support for using cargo as the package manager. This causes errors when using the commands with a pure Rust (Like with Yew) or vanilla project:

image

This could be detected either by the presence of Trunk.toml, Cargo.toml, or Cargo.lock in the project directory, or by the absence of any lock/package files for the other package managers.