Visual Studio Code Version : 1.14.1
Code Settings Sync Version : 2.8.2
Operating System : Ubuntu 14
Occurs On: Upload
Proxy Enabled: No
GIst Id: [ ID_HERE ]
Don't work Upload settings in Ubuntu 14
Link to video about my problem
https://www.youtube.com/watch?v=xbkvkpV9u2I&feature=youtu.be
can confirm, doesn't work for me either
What is the exception in the developer console
I have the same issue in Ubuntu 16.04. Here is the log in the developer console
spawn EACCES: Error: spawn EACCES
at exports._errnoException (util.js:1022:11)
at ChildProcess.spawn (internal/child_process.js:313:11)
at Object.exports.spawn (child_process.js:399:9)
at module.exports (/home/.../.vscode/extensions/Shan.code-settings-sync-2.8.2/node_modules/opn/index.js:74:26)
at Commons.<anonymous> (/home/.../.vscode/extensions/Shan.code-settings-sync-2.8.2/out/src/commons.js:189:25)
at Generator.next (<anonymous>)
at fulfilled (/home/.../.vscode/extensions/Shan.code-settings-sync-2.8.2/out/src/commons.js:4:58)
Same issue with vscode 1.14.1 in Manjaro (Arch), so maybe a more general problem?
lioujheyu - Absolutely the same
Likewise (Ubuntu 16.04). If I edit the local configuration for the extension and insert the token it seems to work.
The solution of adding execution permission to ~/.vscode/extensions/Shan.code-settings-sync-2.8.2/node_modules/opn/xdg-open from #327 works for me. I guess they are the same issues.
try - chmod +x /home/
Most helpful comment
The solution of adding execution permission to
~/.vscode/extensions/Shan.code-settings-sync-2.8.2/node_modules/opn/xdg-openfrom #327 works for me. I guess they are the same issues.