mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Use categories for builtin extensions groups (#202453)
* support grouping of extensions * remove grouping * reuse categories parsing * cleanup * fix tests
This commit is contained in:
committed by
GitHub
parent
04d168ab43
commit
1e0580ec23
@@ -11,6 +11,7 @@
|
||||
"scripts": {
|
||||
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin jeff-hykin/better-shell-syntax autogenerated/shell.tmLanguage.json ./syntaxes/shell-unix-bash.tmLanguage.json"
|
||||
},
|
||||
"categories": ["Programming Languages"],
|
||||
"contributes": {
|
||||
"languages": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user