Skip to content

Commit

Permalink
Fix syncLocalSettings path on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored and shanalikhan committed Jan 9, 2018
1 parent c4802c5 commit 8686424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ For details regarding settings keys, click [here](https://shanalikhan.github.io/
Extension will create the `syncLocalSettings.json` inside `User` folder upon code start. <br>
On Windows, this is `%APPDATA%\Code\User\syncLocalSettings.json`. <br>
Mac, `$HOME/Library/Application Support/Code/User/syncLocalSettings.json`. <br>
Linux, `~/.config/Code/User/settings.json`. <br>
Linux, `~/.config/Code/User/syncLocalSettings.json`. <br>

You can customize the sync:

Expand Down

0 comments on commit 8686424

Please sign in to comment.