Skip to content

Commit

Permalink
fix: settings json schema URL typo (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Jan 5, 2024
1 parent 58d81ea commit acc33aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"type": "object",
"default": {},
"markdownDescription": "Custom color overrides. Assign your own hex codes to palette colors. See [the docs](https://github.com/catppuccin/vscode#override-palette-colors) for reference.",
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected]/packages/catppucin-vsc/schemas/colorOverrides.schema.json"
"$ref": "https://cdn.jsdelivr.net/gh/catppuccin/[email protected]/packages/catppuccin-vsc/schemas/colorOverrides.schema.json"
},
"catppuccin.customUIColors": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc/src/hooks/updatePackageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const configuration = (version: string) => {
default: {},
markdownDescription:
"Custom color overrides. Assign your own hex codes to palette colors. See [the docs](https://github.com/catppuccin/vscode#override-palette-colors) for reference.",
$ref: `https://cdn.jsdelivr.net/gh/catppuccin/vscode@catppuccin-vsc-v${version}/packages/catppucin-vsc/schemas/colorOverrides.schema.json`,
$ref: `https://cdn.jsdelivr.net/gh/catppuccin/vscode@catppuccin-vsc-v${version}/packages/catppuccin-vsc/schemas/colorOverrides.schema.json`,
},
"catppuccin.customUIColors": {
type: "object",
Expand Down

0 comments on commit acc33aa

Please sign in to comment.