Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tauri-apps/tauri-vscode
- Owner: tauri-apps
- License: apache-2.0
- Created: 2020-07-06T16:20:49.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-22T05:08:03.000Z (6 months ago)
- Last Synced: 2024-05-22T21:54:43.631Z (6 months ago)
- Topics: tauri, vscode, vscode-extension, vscode-plugin
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode
- Size: 1.37 MB
- Stars: 431
- Watchers: 14
- Forks: 27
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.spdx
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.