forked from eclipse-theia/theia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugins: add flag to 'download:plugins' script
Fixes eclipse-theia#7122 Adds the following flag to the `download:plugins` script to control the behavior of how plugins should be packed/unpacked by default. The default is `false` and it means that plugins should not be preserved as `.vsix` and instead should be unpacked. If `packed` is set to `true` then plugins are successfully packed (kept as `.vsix`). Signed-off-by: Vincent Fugnitto <[email protected]>
- Loading branch information
1 parent
e7b7a2b
commit 92de8c3
Showing
2 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters