mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
do not show settings sync off badge if settings sync is enabled
This commit is contained in:
@@ -447,6 +447,9 @@ async function handleRoot(req, res) {
|
||||
},
|
||||
selection,
|
||||
}]
|
||||
} : undefined,
|
||||
settingsSyncOptions: args['enable-sync'] ? {
|
||||
enabled: true
|
||||
} : undefined
|
||||
};
|
||||
if (args['wrap-iframe']) {
|
||||
|
||||
Reference in New Issue
Block a user