Skip to content

Commit 9424275

Browse files
committed
Updated README
1 parent 36ca5e3 commit 9424275

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# CodeSync
22
A VSCode extension that syncs extensions, settings, snippets, and keybindings using your favorite file synchronization service (OneDrive, Dropbox, Google Drive, etc.)
33

4+
## Toggle Status Bar Icon
5+
With 2.4.0 you can now toggle the CodeSync status bar icon. After upgrading to this version if you do not see the status bar icon open the Command Palette and run **CodeSync: Toggle status bar icon** and it will appear again.
6+
47
## Local Settings
58
With 2.3.0 CodeSync brings support for local settings. Need a specific setting to be different between your computers? This feature is for you. Here's how to use it:
69

@@ -41,6 +44,8 @@ With 2.3.0 CodeSync brings support for local settings. Need a specific setting t
4144
- Toggle import/export keybindings: Toggle auto importing/exporting of keybindings.
4245
- Toggle import/export snippets: Toggle auto importing/exporting of snippets.
4346
- Toggle import/export extensions: Toggle auto importing/exporting of extensions.
47+
- Set external sync path: Set the external sync path.
48+
- Toggle status bar icon: Toggle the CodeSync status bar icon.
4449

4550
## Uninstalling Extensions
4651
Currently there is no way for CodeSync to know when you have uninstalled an extension. When you uninstall an extension in VSCode it still registers the extension as installed until VSCode is restarted. Because of this when you exit VSCode, CodeSync will export the incorrect list of extensions. When you launch VSCode again CodeSync will reinstall the extension you installed. [There is an open issue in the VSCode repo about this](https://github.com/Microsoft/vscode/issues/14444). In the meantime here's a workaround:

0 commit comments

Comments
 (0)