aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-ext.ts
Commit message (Collapse)AuthorAgeFilesLines
* ci-scripts: Add `all_dev` scriptOrkun Tokdemir2024-11-251-1/+8
| | | | | | | | | | | 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>
* ci-scripts: Use force flag to install extensionsOrkun Tokdemir2024-11-131-1/+1
| | | | | | | | 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>
* ci-scripts: Install only version matching extensionOrkun Tokdemir2024-11-071-14/+22
| | | | | | | | | 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>
* ci-scripts: Improve `install-ext` scriptOrkun Tokdemir2024-09-271-3/+12
| | | | | | | | * Parse the output folder * Install the latest version of the extension Change-Id: I844e92cfd308e85b872270cf4693f3d9bec3a970 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
* ci-scripts: Move to the root folderOrkun Tokdemir2024-08-261-0/+36
Change-Id: I272fb5f3b8ffe2e1dcd1cbe7a339de9a34b0a7ad Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>