mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

Doubt about the component configuration #70

Closed erlonpr closed 8 years ago

erlonpr commented 8 years ago

I have the following question:

After paste the token in the session "User Settings", I click save, but the Sublime Text 3 returns me the following error: "Error trying to parse settings: Expected value in Packages\User\SyncSettings.sublime-settings:1:1" What should I do to solve the problem?

mfuentesg commented 8 years ago

Your File should to have the following structure:

{
  "access_token": "<YOUR_ACCESS_TOKEN>"
}

The following error is triggered by Sublime Text, when the file has not a valid format, like:

{
  "INVALID_FORMAT"
}

captura de pantalla 2016-10-26 a la s 20 52 39

erlonpr commented 8 years ago

Thanks a lot for the help, my friend.

Em qua, 26 de out de 2016 22:00, Marcelo Fuentes notifications@github.com escreveu:

Your File should to have the following structure:

{ "access_token": "" }

The following error is triggered by Package Control, when the file has not a valid format, like:

{ "INVALID_FORMAT" }

[image: captura de pantalla 2016-10-26 a la s 20 52 39] https://cloud.githubusercontent.com/assets/8986996/19749257/2ec22f98-9bbe-11e6-88a5-c6dc4f4d5bf4.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mfuentesg/SyncSettings/issues/70#issuecomment-256510581, or mute the thread https://github.com/notifications/unsubscribe-auth/ADsn1pPyPEbCu-u3OicqXUB5G2ztlKWnks5q3-jrgaJpZM4KhuCJ .