๐Ÿ“ฆ tauri-apps / tauri-vscode

Visual Studio Code Extension for Tauri apps development

โ˜… 599 stars โ‘‚ 38 forks ๐Ÿ‘ 599 watching โš–๏ธ Apache License 2.0
taurivscodevscode-extensionvscode-plugin
๐Ÿ“ฅ Clone https://github.com/tauri-apps/tauri-vscode.git
HTTPS git clone https://github.com/tauri-apps/tauri-vscode.git
SSH git clone git@github.com:tauri-apps/tauri-vscode.git
CLI gh repo clone tauri-apps/tauri-vscode
renovate[bot] renovate[bot] chore(deps): update dependency axios to v1.13.2 (#293) 0c0109a 2 months ago ๐Ÿ“ History
๐Ÿ“‚ dev View all commits โ†’
๐Ÿ“ .changes
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ assets
๐Ÿ“ snippets
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ .prettierrc
๐Ÿ“„ .vscodeignore
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ LICENSE_APACHE-2.0
๐Ÿ“„ LICENSE_MIT
๐Ÿ“„ LICENSE.spdx
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ README.md
๐Ÿ“„ renovate.json
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

Tauri VS Code Extension

Visual Studio Code Extension that adds support to Tauri commands and tauri.conf.json JSON validation.

Supported commands

It adds the init, dev, build and build-debug commands to the Command Palette.

JSON validation

The extension automatically pulls the latest config schema so VS Code can display documentation and autocomplete.

Contributing

Following the official guide, run pnpm i to install dependencies, pnpm compile to build your changes and press F5 to open a new Extension Development Host window.