|
|
|
@ -41,6 +41,7 @@ async function initNotSyncedOptions(initialized: boolean, theme: string, opts: N
|
|
|
|
optionService.createOption('lastSyncedPush', '0', false);
|
|
|
|
optionService.createOption('lastSyncedPush', '0', false);
|
|
|
|
|
|
|
|
|
|
|
|
optionService.createOption('theme', theme, false);
|
|
|
|
optionService.createOption('theme', theme, false);
|
|
|
|
|
|
|
|
optionService.createOption('highlightingTheme', "default:atom-one-dark", false);
|
|
|
|
|
|
|
|
|
|
|
|
optionService.createOption('syncServerHost', opts.syncServerHost || '', false);
|
|
|
|
optionService.createOption('syncServerHost', opts.syncServerHost || '', false);
|
|
|
|
optionService.createOption('syncServerTimeout', '120000', false);
|
|
|
|
optionService.createOption('syncServerTimeout', '120000', false);
|
|
|
|
|