Visual Studio Code Extension that adds support to Tauri commands and tauri.conf.json
JSON validation.
It adds the init
, dev
, build
and build-debug
commands to the Command Palette
.
The extension automatically pulls the latest config schema so VS Code can display documentation and autocomplete.
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.