Tony

Results 18 comments of Tony

Unfortunately yes, since the application's name is also different. For example my settings's path is `$HOME/Library/Application Support/[VSCODE CUSTOM APPLICATION NAME THAT CONTAINS THREE SPACES]/User/settings.json` But other than application name, I...

Hi, sorry to chase on this. Is there any relevant code pointer? I can try figuring out how to add this.

Thank you for adding the support so fast! Sorry it didn't work right out of the gate. When I reinstall the extension, I saw this in my console: ``` Activating...

In my 2.7.1 folder I have a empty settings.json file. I didn't create it so I assume it comes with the install. But in console I saw: ``` Activating extension...

Thank you! after delete settings and restart, it now prompts me to enter path and enter executableName However after all is done. I saw one file in my sync folder:...

Oh this is helpful: ``` 2020-05-17T19:52:34.164Z - Exporting settings. 2020-05-17T19:52:34.164Z - Could not find settings path at /Users/abc/Library/Application Support/Code/User/settings.json. Giving up. 2020-05-17T19:52:34.164Z - Could not find keybindings path at /Users/abc/Library/Application...

My god what are these people thinking. The custom path contains special characters like '/Users/abc/Library/Application Support/VS Code @ My Wonderful Company/User/` And I believe this might be causing problems: ```...

@golf1052 Just regular MacOS. I'm total noob with js but this error, is it inside the extension or is it inside the vscode's code?

ah any way I can help debug this? My settings file contains comment in the form of "// comments", not sure if this is interfering with anything.

okey finally got to it and here's where it's complaining: ``` workbench.desktop.main.js:153286 Command 'CodeSync: Export all' resulted in an error (Unexpected token })   | onDidChangeNotification | @ | workbench.desktop.main.js:153286 --...