| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Since it is not possible to pass arguments to `npm run` scripts, we
need to create a new script.
* Use `all_dev` script instead of collection of `npm run` scripts
* Add `--profile` option to `all_dev` and `install-ext` scripts
Change-Id: I5d0bf54f5ad383a58c46763419e4ce28c8240700
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
|
| |
|
|
|
|
|
|
| |
When a higher version of an extension is already installed, the
extension installation fails. So, use the force flag to install.
Change-Id: I7e00b11b31cf129d081e4451e3138e068e82f630
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
|
| |
|
|
|
|
|
|
|
| |
Instead of sorting `*.vsix` files by their versions, we can simply
install the one that matches the extension version. This is a more
reliable way to install the correct extension version.
Change-Id: I0b499dd4222db93378afcff0ac584b63626a6084
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
|
| |
|
|
|
|
|
|
| |
* Parse the output folder
* Install the latest version of the extension
Change-Id: I844e92cfd308e85b872270cf4693f3d9bec3a970
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
|
|
|
Change-Id: I272fb5f3b8ffe2e1dcd1cbe7a339de9a34b0a7ad
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
|