Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the "vscode-syncing" extension will be documented in this

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.2.1](https://github.com/sunerpy/vscode-syncing/compare/v0.2.0...v0.2.1) (2025-07-24)


### Bug Fixes

* **datacollector:** 添加 jsonc-parser 依赖并优化配置解析,修复settings.json中的注释解析失败的问题 ([#18](https://github.com/sunerpy/vscode-syncing/issues/18)) ([c05a417](https://github.com/sunerpy/vscode-syncing/commit/c05a417609b6a76157f77a96792a0679d20b1357))

## [0.2.0](https://github.com/sunerpy/vscode-syncing/compare/v0.1.0...v0.2.0) (2025-07-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-syncing",
"displayName": "vscode-syncing",
"description": "vscode-syncing extension",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "sunerpy",
"icon": "resources/logo.png",
"engines": {
Expand Down
Loading