You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'locale': {type: 'string',cat: 'o',args: 'locale',description: localize('locale',"The locale to use (e.g. en-US or zh-TW).")},
51
51
'user-data-dir': {type: 'string',cat: 'o',args: 'dir',description: localize('userDataDir',"Specifies the directory that user data is kept in. Can be used to open multiple distinct instances of Code.")},
52
52
'telemetry': {type: 'boolean',cat: 'o',description: localize('telemetry',"Shows all telemetry events which VS code collects.")},
53
-
'sync': {type: 'string',cat: 'o',description: localize('turn sync',"Turn sync on or off"),args: ['on','off']},
'disable-extensions': {type: 'boolean',deprecates: 'disableExtensions',cat: 't',description: localize('disableExtensions',"Disable all installed extensions.")},
73
72
'disable-extension': {type: 'string[]',cat: 't',args: 'extension-id',description: localize('disableExtension',"Disable an extension.")},
73
+
'sync': {type: 'string',cat: 't',description: localize('turn sync',"Turn sync on or off"),args: ['on','off']},
74
74
75
75
'inspect-extensions': {type: 'string',deprecates: 'debugPluginHost',args: 'port',cat: 't',description: localize('inspect-extensions',"Allow debugging and profiling of extensions. Check the developer tools for the connection URI.")},
76
76
'inspect-brk-extensions': {type: 'string',deprecates: 'debugBrkPluginHost',args: 'port',cat: 't',description: localize('inspect-brk-extensions',"Allow debugging and profiling of extensions with the extension host being paused after start. Check the developer tools for the connection URI.")},
0 commit comments