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
"list-extensions": {type: "boolean",description: "List installed VS Code extensions."},
127
127
force: {type: "boolean",description: "Avoid prompts when installing VS Code extensions."},
128
-
"install-extension": {type: "string[]",description: "Install or update a VS Code extension by id or vsix."},
128
+
"install-extension": {
129
+
type: "string[]",
130
+
description:
131
+
"Install or update a VS Code extension by id or vsix. The identifier of an extension is `${publisher}.${name}`. To install a specific version provide `@${version}`. For example: '[email protected]'.",
132
+
},
129
133
"uninstall-extension": {type: "string[]",description: "Uninstall a VS Code extension by id."},
130
134
"show-versions": {type: "boolean",description: "Show VS Code extension versions."},
131
135
"proxy-domain": {type: "string[]",description: "Domain used for proxying ports."},
0 commit comments