File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11## Release Notes
22
3+ ### 0.3.0
4+ - Support "Go to Definition" (issue #34 ).
5+ - Fixed string highlighting issues (issue #42 ).
6+
37### 0.2.2
48- Support clang-format style.
59- Fixed issue #32
1216- Support "Format Document" if clang-format is in path (issue #13 ).
1317
1418### 0.1.3
15- - Fixed some syntax highlighting issues (issue #2 , issue #21 , issue #42 ).
19+ - Fixed some syntax highlighting issues (issue #2 , issue #21 , issue #22 ).
1620
1721### 0.1.2
1822- Fixed some syntax highlighting issues.
Original file line number Diff line number Diff line change 22 "name" : " vscode-proto3" ,
33 "displayName" : " vscode-proto3" ,
44 "description" : " Protobuf 3 support for Visual Studio Code" ,
5- "version" : " 0.2.2 " ,
5+ "version" : " 0.3.0 " ,
66 "publisher" : " zxh404" ,
77 "icon" : " images/icon.png" ,
88 "homepage" : " https://github.com/zxh0/vscode-proto3/blob/master/README.md" ,
1414 "vscode" : " ^1.0.0"
1515 },
1616 "categories" : [
17- " Languages" ,
17+ " Programming Languages" ,
1818 " Snippets"
1919 ],
2020 "activationEvents" : [
You can’t perform that action at this time.
0 commit comments