Skip to content

Commit

Permalink
version -> 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zxh0 committed May 5, 2021
1 parent c29d77b commit b6a54b2
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 157 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Release Notes

### 0.5.4
- Fix snippets tabstop (pr#109)
- Add underscore as legal first char of message names (pr#105)
- Add basic symbol provider for message/rpc (pr#104)
- Make extension mutli-root aware (pr#99)

### 0.5.3
- Add syntax highlighting for markdown fenced code block (pr#95)
- Little improvements so it works for multi folder workspace (pr#94)
Expand Down
7 changes: 6 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ codingfanlt <[email protected]>
Thomas <[email protected]>
Steven Smith <[email protected]>
Dayo <[email protected]>
Jay Park <[email protected]>
Jay Park <[email protected]>
Alexey Svetliakov <[email protected]>
Oliver Newman <[email protected]>
liuweiqing <[email protected]>
Florian Polster <[email protected]>
danielVg <[email protected]>
3 changes: 3 additions & 0 deletions example/protos/v3/messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ syntax = "proto3";

package v3;

// message name can start with _
message _Msg {}

message FieldRules {
int32 field1=1;
repeated int32 field2 = 2;
Expand Down
Loading

0 comments on commit b6a54b2

Please sign in to comment.