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
{id: 'folder-uri',type: 'string',cat: 'o',args: 'uri',description: localize('folderUri',"Opens a window with given folder uri(s)")},
42
43
{id: 'file-uri',type: 'string',cat: 'o',args: 'uri',description: localize('fileUri',"Opens a window with given file uri(s)")},
43
44
44
-
{id: 'extensions-dir',type: 'string',cat: 'e',args: 'dir',description: localize('extensionHomePath',"Set the root path for extensions.")},
45
+
{id: 'extensions-dir',type: 'string',deprecates: 'extensionHomePath',cat: 'e',args: 'dir',description: localize('extensionHomePath',"Set the root path for extensions.")},
45
46
{id: 'list-extensions',type: 'boolean',cat: 'e',description: localize('listExtensions',"List the installed extensions.")},
46
47
{id: 'show-versions',type: 'boolean',cat: 'e',description: localize('showVersions',"Show versions of installed extensions, when using --list-extension.")},
47
48
{id: 'install-extension',type: 'string',cat: 'e',args: 'extension-id',description: localize('installExtension',"Installs or updates the extension. Use `--force` argument to avoid prompts.")},
{id: 'status',type: 'boolean',alias: 's',cat: 't',description: localize('status',"Print process usage and diagnostics information.")},
54
55
{id: 'prof-modules',type: 'boolean',alias: 'p',cat: 't',description: localize('prof-modules',"Capture performance markers while loading JS modules and print them with 'F1 > Developer: Startup Performance")},
55
56
{id: 'prof-startup',type: 'boolean',cat: 't',description: localize('prof-startup',"Run CPU profiler during startup")},
56
-
{id: 'disable-extensions',type: 'boolean',cat: 't',description: localize('disableExtensions',"Disable all installed extensions.")},
57
+
{id: 'disable-extensions',type: 'boolean',deprecates: 'disableExtensions',cat: 't',description: localize('disableExtensions',"Disable all installed extensions.")},
57
58
{id: 'disable-extension',type: 'string',cat: 't',args: 'extension-id',description: localize('disableExtension',"Disable an extension.")},
58
59
59
60
{id: 'inspect-extensions',type: 'string',args: 'port',cat: 't',description: localize('inspect-extensions',"Allow debugging and profiling of extensions. Check the developer tools for the connection URI.")},
0 commit comments