You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can prefix the command with the environment variable `SCHEMA_BASE_URL` to change the base URL (defaults to `https://creativeprojects.github.io/resticprofile/jsonschema/`). This can be useful if you're working in an offline environment or need to use a custom schema location.
34
36
{{% /notice %}}
35
37
36
38
## Usage (vscode)
@@ -64,8 +66,8 @@ version: "2"
64
66
{{% /tab %}}
65
67
{{< /tabs >}}
66
68
67
-
{{% notice style="hint" %}}
68
-
YAML & TOML validation with JSON schema is not supported out of the box. Additional extensions are required.
69
+
{{% notice style="info" %}}
70
+
YAML & TOML validation with JSON schema is not supported out of the box. Additional extensions are required, such as 'redhat.vscode-yaml' for YAML and 'tamasfe.even-better-toml' for TOML in Visual Studio Code.
0 commit comments