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
force: {type: "boolean",description: "Avoid prompts when installing VS Code extensions."},
132
132
"install-extension": {
133
133
type: "string[]",
134
-
description:
135
-
"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]'.",
134
+
description:"Install or update a VS Code extension by id or vsix. The identifier of an extension is `${publisher}.${name}`.\n"+
135
+
"To install a specific version provide `@${version}`. For example: '[email protected]'.",
0 commit comments