tauri-vscode icon indicating copy to clipboard operation
tauri-vscode copied to clipboard

Visual Studio Code Extension for Tauri apps development

Results 22 tauri-vscode issues
Sort by recently updated
recently updated
newest added

Press `F1` and execute `Tauri: Update Dependencies`: ![image](https://github.com/tauri-apps/tauri-vscode/assets/19628575/00be0c28-778b-4e8f-b248-ad36922f1fbe)

bug
good first issue

If tauri-cli is not installed, trying to run the Build and Dev actions display very misleading error about cargo.toml file missing. Either the extension needs to check for this, or...

enhancement
good first issue

/bin/sh: 1: npm: not found

JS relies heavily on strings which can lead to typo issues. The idea would be to look for events that Rust emits in the code so we have a list...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://togithub.com/axios/axios)) | [`1.6.8` -> `1.7.2`](https://renovatebot.com/diffs/npm/axios/1.6.8/1.7.2) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [glob](https://togithub.com/isaacs/node-glob) | [`10.3.12` -> `10.4.5`](https://renovatebot.com/diffs/npm/glob/10.3.12/10.4.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/10.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.5.2` -> `5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.5.2/5.5.4) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [glob](https://togithub.com/isaacs/node-glob) | [`10.3.12` -> `11.0.0`](https://renovatebot.com/diffs/npm/glob/10.3.12/11.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`3.3.2` -> `3.3.3`](https://renovatebot.com/diffs/npm/prettier/3.3.2/3.3.3) |...

`tauri.conf.json` already has the required field `identifier` But it is also required in the Platform-Specific Configuration file, is it possible to remove the warning from the Platform-Specific Configuration file?