Amr Bashir f85fc5c174 feat: provide schema for config based on tauri-build version (#162)
* feat: provide schema for config based on cli version

* fallback to latest release

* enable commented code

* get schema based on tauri-build version

* change url

* handle schema get request error

* Update versioned-schema.md

* Update extension.ts
2022-09-19 15:08:43 +02:00
2022-06-18 22:18:39 +02:00
2020-07-06 13:21:53 -03:00
2020-07-06 13:21:53 -03:00
2022-09-11 14:38:35 +02:00
2022-02-11 10:47:18 +05:30

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 so VS Code can display documentation and autocomplete.

Contributing

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.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:34:20.034Z
Readme 1.9 MiB
Languages
TypeScript 100%