馃悰 Describe the bug
A clear and concise description of what the bug is.
馃尨 Visual Studio Code Version : [ 1.31 ]
馃尨 Code Settings Sync Version : [ 2.3.4 ]
馃尨 Standard or Insiders : [ Standard ]
馃尨 OSS or Portable : [ OSS ]
馃尨 Operating System : [ Mac OS High Sierra ]
馃尨 Occurs On: [Upload / Download / Help Configuring ]
馃尨 Proxy Enabled: [ Yes / No ]
馃摪 To Reproduce
Steps to reproduce the behavior:
馃挭 Expected behavior
Working like it does all time.
馃摵 Console Error Log
dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/yannheeser/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
Expected in: flat namespace
dyld: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
Referenced from: /Users/yannheeser/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
Expected in: flat namespace
馃摵 Additional context
"Extension host terminated unexpectedly"
I was able to get it working by uninstalling fs-extra and fs-events from my global node_modules.
I have the same problem, now I temporarily disable this extension.
I can confirm that it's not working with 1.31
you are all using Mac ? of not please write the details.
Code Settings Sync Version : [ 2.3.4 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS High Sierra ]
Can confirm.
Visual Studio Code Version : [ 1.31.0 ]
Code Settings Sync Version : [ 3.2.4 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS High Sierra ]
No problems in Code 1.30.2
Latest css version
Latest standard vscode
OSS
macOS Mojave 10.14.3
Yes, I am using Mac.
Visual Studio Code Version : [ 1.31.0 ]
Code Settings Sync Version : [ 3.2.4 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS Mojava 10.14.3 ]
No problems in Code 1.30.2
@Spacebody and @fuzzy76
Try using 1.30.2 ?
Anyway, thanks for reporting - Its working on 1.30 but not in 1.31.
I use Linux and Windows to test Settings Sync.
Mac issues take time to solve till someone send PR or code fix in update.
It seems to be caused by chokidar.
Update the dependency to latest(v2.1.0) may fix this problem.
I tried this change in my local Mac, but it does not resolve this problem, umm... 馃槩
https://github.com/Microsoft/vscode/issues/65335
I have managed to resolve the issue by replacing the pre-built
fseventsdependency with a newer version (v2, which uses N-API).
v2... i see...
I fixed this problem, but the verification is not enough.
https://github.com/nekonenene/code-settings-sync/commit/9ab96e9aa94da662060746d14e332fed217b9e29
In addition, I don't know how to contribute to this repository yet. (I'm reading https://github.com/shanalikhan/code-settings-sync/wiki/Contributing now...)
So please wait for a while.
I fixed this problem, but the verification is not enough.
In addition, I don't know how to contribute to this repository yet. (I'm reading https://github.com/shanalikhan/code-settings-sync/wiki/Contributing now...)
So please wait for a while.
would be great to know steps to resolve.
Chokidar 2.1.0 released 4 days ago is supposed to have fixed it (by using a newer fsevents).
If you are macOS user and want to use Settings Sync right now, consider to install my patch.
WARNING: This patch overwrites v3.2.4. So, if you are trouble with this patch, you might want to reinstall official Settings Sync.
git clone https://github.com/nekonenene/code-settings-sync.git -b v3.2.4-patch && cd code-settings-sync
npm i
npm i -g vsce
vsce package
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code --install-extension code-settings-sync-3.2.4.vsix
# Then, restart Visual Studio Code
I havent tried fix of @nekonenene but I wonder if I'm having the same error.

@renannprado Oh, it's other error. It is reported in https://github.com/shanalikhan/code-settings-sync/issues/765. (And I haven't seen that error...)
Me too.
I'm getting the exact same issue as the original poster. This occurred yesterday after updating to VSCode 1.31.1. I disabled all extensions and re-enabled them one-by-one to find the culprit is code-settings-sync.
馃尨 Visual Studio Code Version : [ 1.31.1 ]
馃尨 Code Settings Sync Version : [ 2.3.4 ]
馃尨 Standard or Insiders : [ Standard ]
馃尨 OSS or Portable : [ OSS ]
馃尨 Operating System : [ MacOS Mojave 10.14.3 ]
馃尨 Occurs On: [ Enabling the extension / Starting VSCode with the extension enabled / Restarting extension host ]
Having the same problem.
VSCode: 1.31.1
Windows 10
Error log:
[Extension Host] Sync : Connected with user : 'username'
console.ts:134 [Extension Host] HttpError: Not Found
at module.exports.e.exports.i.fetch.then.n.text.then.n (C:\Users[username].vscode\extensions\shan.code-settings-sync-3.2.4\out\extension.js:137:45419)
at process._tickCallback (internal/process/next_tick.js:68:7)
Me too.
v3.2.4 released with the fix by @nekonenene
Please update and let me know so i can close this ticket ?
Error is gone for me with the 3.2.5 update. Thanks all involved!
Visual Studio Code Version : [ 1.31.1 ]
Code Settings Sync Version : [ 3.2.5 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS High Sierra ]
Thanks for reporting!!!
Working again. Thank you!
Okay, the problem had been solved.
Found a better one 'Syncing'. Save my day.
Most helpful comment
Error is gone for me with the 3.2.5 update. Thanks all involved!
Visual Studio Code Version : [ 1.31.1 ]
Code Settings Sync Version : [ 3.2.5 ]
Standard or Insiders : [ Standard ]
OSS or Portable : [ OSS ]
Operating System : [ Mac OS High Sierra ]