Visual Studio Code Extension that adds support to Tauri commands and tauri.conf.json
JSON validation.
It adds the init
, deps
, dev
and build
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 yarn
to install dependencies, yarn compile
to build your changes and press F5
to open a new Extension Development Host
window.