Skip to content

Commit

Permalink
chore: release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
warmthsea committed Jun 5, 2024
1 parent 5cbb58c commit 074ca64
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "warmthsea",
"name": "vscode-custom-code-color",
"displayName": "vscode-custom-code-color",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"packageManager": "pnpm@8.6.0",
"description": "",
Expand Down Expand Up @@ -47,7 +47,10 @@
]
},
"vscodeCustomCodeColor.highlightValue": {
"type": ["string", "array"],
"type": [
"string",
"array"
],
"description": "vscodeCustomCodeColor.highlightValue",
"default": "v-role"
},
Expand Down

0 comments on commit 074ca64

Please sign in to comment.