The error message suggests there might be a problem with session token authentication during automatic syncing, though manual syncing with Ctrl+Shift+P seems to work fine.
Error message:
Failed to sync files, is your Claude session token correct?
Config:
{
"excludePatterns": [ ... ],
"maxFileSize": 2097152,
"autoSync": true,
"autoSyncDelay": 10,
"syncOnStartup": false,
"cleanupRemoteFiles": true,
"organizationId": "xxx",
"projectId": "xxx"
}
The error message suggests there might be a problem with session token authentication during automatic syncing, though manual syncing with Ctrl+Shift+P seems to work fine.
Error message:
Failed to sync files, is your Claude session token correct?Config:
{ "excludePatterns": [ ... ], "maxFileSize": 2097152, "autoSync": true, "autoSyncDelay": 10, "syncOnStartup": false, "cleanupRemoteFiles": true, "organizationId": "xxx", "projectId": "xxx" }