Releases: zxh0/vscode-proto3
Releases · zxh0/vscode-proto3
v0.5.7
Full Changelog: v0.5.6...v0.5.7
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- enhancement + bugfix by @iulian0512 in #119
- Faster "Go to symbol" by caching unchanged proto files by @dav-m85 in #125
- add additional syntax highlighting by @tcd in #132
- Add few options snippets by @Clement-Jean in #135
- Bump protobufjs from 6.10.2 to 6.11.3 by @dependabot[bot] in #141
- Implement rename functionality by @jaanzhang in #156
- protobuf renumbering added by @DrBlury in #183
- Fixes syntax highlighting for multiple strings in 1 line by @reatlaz in #179
- Fixes validation highlighting and problem reporting by @evankyle in #177
- chore: modernize repository for new maintainers by @DrBlury in #186
New Contributors
- @iulian0512 made their first contribution in #119
- @dav-m85 made their first contribution in #125
- @tcd made their first contribution in #132
- @Clement-Jean made their first contribution in #135
- @jaanzhang made their first contribution in #156
- @DrBlury made their first contribution in #183
- @reatlaz made their first contribution in #179
- @evankyle made their first contribution in #177
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.0
- Fixed some highlighting issues (issue#45 and issue#91)
- doc(clang-format): add documentation on multiple formatting options (pr#81)
- Update format to respect pwd so formatting files are used properly (pr#82)
- Include instructions for fixing "spawnsync clang-format enoent" on MacOS. (pr#83)
- Fixed issue#84 (pr#85)
- Add configuration option for compile all action (pr#89)
v0.4.1
v0.4.0
- Updated README.md.
- Added
compile_on_saveoption. - Updated Icon.
- Configuration changes no longer require restart.
- Additional examples.