mirror of
https://github.com/tauri-apps/tauri-vscode.git
synced 2026-01-31 00:35:18 +01:00
Merge pull request #128 from U-C-S/update-schema-links
Update: schema links
This commit is contained in:
@@ -8,7 +8,7 @@ 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.rs/schema.json) so VS Code can display documentation and autocomplete.
|
||||
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
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"tauri.conf.json",
|
||||
"tauri.*.conf.json"
|
||||
],
|
||||
"url": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli.rs/schema.json"
|
||||
"url": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json"
|
||||
}
|
||||
],
|
||||
"commands": [
|
||||
|
||||
Reference in New Issue
Block a user