Skip to content

Commit

Permalink
chore: add categories
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jan 5, 2023
1 parent ed9af1b commit 2fa9ba7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vue-language-tools/vscode-vue/package.json
Expand Up @@ -7,6 +7,9 @@
"url": "https://github.com/johnsoncodehk/volar.git",
"directory": "vue-language-tools/vscode-vue"
},
"categories": [
"Programming Languages"
],
"sponsor": {
"url": "https://github.com/sponsors/johnsoncodehk"
},
Expand Down Expand Up @@ -420,7 +423,7 @@
"items": {
"type": "string"
},
"default": [],
"default": [ ],
"description": "List any additional file extensions that should be processed as Vue files (requires restart)."
},
"volar.codeLens.references": {
Expand Down

0 comments on commit 2fa9ba7

Please sign in to comment.