Skip to content

Commit e0bcc53

Browse files
Add "Programming Languages" to VS Code categories (#543)
Now that we have the LSP, I think we can extend our categories to include "Programming Languages", as we're a general extension for protobuf with syntax highlighting, building, linting, all the LSP features, etc. Ref: https://code.visualstudio.com/api/references/extension-manifest#fields
1 parent 893cf02 commit e0bcc53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"vscode": "^1.95.0"
2424
},
2525
"categories": [
26+
"Programming Languages",
2627
"Formatters",
2728
"Linters"
2829
],

0 commit comments

Comments
 (0)