Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tauri-apps/tauri-vscode

Visual Studio Code Extension for Tauri apps development
https://github.com/tauri-apps/tauri-vscode

tauri vscode vscode-extension vscode-plugin

Last synced: about 1 month ago
JSON representation

Visual Studio Code Extension for Tauri apps development

Awesome Lists containing this project

README

        

# 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`, `deps`, `dev` and `build` commands to the `Command Palette`.

## JSON validation

The extension automatically pulls the [latest config schema](https://github.com/tauri-apps/tauri/blob/dev/tooling/cli/schema.json) so VS Code can display documentation and autocomplete.

# Contributing

Following [the official guide](https://code.visualstudio.com/api/get-started/your-first-extension), run `pnpm i` to install dependencies, `pnpm compile` to build your changes and press `F5` to open a new `Extension Development Host` window.