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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dist
node_modules
.vscode-test/
*.vsix
REFACTORING_SUMMARY.md
tmp
9 changes: 1 addition & 8 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,7 @@ code --install-extension vscode-syncing

## 📝 更新日志

### 0.0.4

- 🎉 初始版本发布
- 支持设置和插件列表的同步

### 0.0.6

- fix: 优化获取 VSCode 是否为便携版的逻辑
[更新日志](./CHANGELOG.md)

---

Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,7 @@ The extension will automatically adapt to the remote server's file system and sy

## 📝 Changelog

### 0.0.4

- 🎉 Initial release
- Support for settings and extension sync

### 0.0.6

- fix: optimize logic for detecting whether VSCode is in portable mode
- Updated the way the VSCODE_PORTABLE environment variable is checked to ensure it's evaluated as a boolean, improving code readability and reliability.
[Changelog](./CHANGELOG.md)

---

Expand Down
139 changes: 0 additions & 139 deletions src/configurationManager.ts

This file was deleted.

Loading
Loading