Skip to content

Commit ad8d59b

Browse files
committed
Update CHANGELOG and package version to 0.2.2; refactor definition provider registration for improved clarity and maintainability.
1 parent 8377929 commit ad8d59b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the **vscode-proto3-tools** extension are documented in t
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.2]
8+
9+
### Fixed
10+
11+
- Refactor definition provider registration in extension.ts to use createProto3DefinitionProvider function, removing the previous inline provideDefinition function for improved clarity and maintainability.
12+
713
## [0.2.1]
814

915
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-proto3-tools",
33
"displayName": "Proto3 Tools",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "proto3 language service",
66
"engines": {
77
"vscode": "^1.71.0"

0 commit comments

Comments
 (0)