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: 'telemetry',type: 'boolean',cat: 'o',description: localize('telemetry',"Shows all telemetry events which VS code collects.")},
45
-
{id: 'folder-uri',type: 'string',cat: 'o',args: 'uri',description: localize('folderUri',"Opens a window with given folder uri(s)")},
46
-
{id: 'file-uri',type: 'string',cat: 'o',args: 'uri',description: localize('fileUri',"Opens a window with given file uri(s)")},
45
+
{id: 'folder-uri',type: 'string[]',cat: 'o',args: 'uri',description: localize('folderUri',"Opens a window with given folder uri(s)")},
46
+
{id: 'file-uri',type: 'string[]',cat: 'o',args: 'uri',description: localize('fileUri',"Opens a window with given file uri(s)")},
47
47
48
48
{id: 'extensions-dir',type: 'string',deprecates: 'extensionHomePath',cat: 'e',args: 'dir',description: localize('extensionHomePath',"Set the root path for extensions.")},
49
49
{id: 'list-extensions',type: 'boolean',cat: 'e',description: localize('listExtensions',"List the installed extensions.")},
50
50
{id: 'show-versions',type: 'boolean',cat: 'e',description: localize('showVersions',"Show versions of installed extensions, when using --list-extension.")},
51
51
{id: 'category',type: 'string',cat: 'e',description: localize('category',"Filters installed extensions by provided category, when using --list-extension.")},
52
-
{id: 'install-extension',type: 'string',cat: 'e',args: 'extension-id | path-to-vsix',description: localize('installExtension',"Installs or updates the extension. Use `--force` argument to avoid prompts.")},
53
-
{id: 'uninstall-extension',type: 'string',cat: 'e',args: 'extension-id',description: localize('uninstallExtension',"Uninstalls an extension.")},
54
-
{id: 'enable-proposed-api',type: 'string',cat: 'e',args: 'extension-id',description: localize('experimentalApis',"Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.")},
52
+
{id: 'install-extension',type: 'string[]',cat: 'e',args: 'extension-id | path-to-vsix',description: localize('installExtension',"Installs or updates the extension. Use `--force` argument to avoid prompts.")},
53
+
{id: 'uninstall-extension',type: 'string[]',cat: 'e',args: 'extension-id',description: localize('uninstallExtension',"Uninstalls an extension.")},
54
+
{id: 'enable-proposed-api',type: 'string[]',cat: 'e',args: 'extension-id',description: localize('experimentalApis',"Enables proposed API features for extensions. Can receive one or more extension IDs to enable individually.")},
{id: 'log',type: 'string',cat: 't',args: 'level',description: localize('log',"Log level to use. Default is 'info'. Allowed values are 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.")},
58
58
{id: 'status',type: 'boolean',alias: 's',cat: 't',description: localize('status',"Print process usage and diagnostics information.")},
59
59
{id: 'prof-startup',type: 'boolean',cat: 't',description: localize('prof-startup',"Run CPU profiler during startup")},
60
60
{id: 'disable-extensions',type: 'boolean',deprecates: 'disableExtensions',cat: 't',description: localize('disableExtensions',"Disable all installed extensions.")},
61
-
{id: 'disable-extension',type: 'string',cat: 't',args: 'extension-id',description: localize('disableExtension',"Disable an extension.")},
61
+
{id: 'disable-extension',type: 'string[]',cat: 't',args: 'extension-id',description: localize('disableExtension',"Disable an extension.")},
62
62
63
63
{id: '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.")},
64
64
{id: '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