|
1375 | 1375 | "tecosaur.latex-utilities": {
|
1376 | 1376 | "repository": "https://github.com/tecosaur/LaTeX-Utilities"
|
1377 | 1377 | },
|
| 1378 | + "theqtcompany.qt": { |
| 1379 | + "repository": "https://github.com/qt-labs/vscodeext", |
| 1380 | + "location": "extension_packs/qt/" |
| 1381 | + }, |
| 1382 | + "theqtcompany.qt-cpp": { |
| 1383 | + "repository": "https://github.com/qt-labs/vscodeext", |
| 1384 | + "location": "qt-cpp/", |
| 1385 | + "prepublish": "npm run ci:qt-lib && npm run compile:qt-lib && npm run compile:qt-cpp" |
| 1386 | + }, |
| 1387 | + "theqtcompany.qt-cpp-pack": { |
| 1388 | + "repository": "https://github.com/qt-labs/vscodeext", |
| 1389 | + "location": "extension_packs/cpp/" |
| 1390 | + }, |
| 1391 | + "theqtcompany.qt-core": { |
| 1392 | + "repository": "https://github.com/qt-labs/vscodeext", |
| 1393 | + "location": "qt-core/", |
| 1394 | + "custom": [ |
| 1395 | + "npm ci", |
| 1396 | + "npm run ci:qt-lib", |
| 1397 | + "npm run ci:qt-core", |
| 1398 | + |
| 1399 | + "npm run compile:qt-lib", |
| 1400 | + |
| 1401 | + "go install github.com/goreleaser/goreleaser/v2@latest", |
| 1402 | + "cd qt-cli && GORELEASER_CURRENT_TAG=${VERSION} goreleaser release --snapshot --clean", |
| 1403 | + "mkdir -p qt-core/res/qtcli", |
| 1404 | + "if [ -e qt-cli/dist/bin ]; then cp -r qt-cli/dist/bin/* qt-core/res/qtcli; else cp qt-cli/dist/qtcli_{linux,windows,darwin_fat}* qt-core/res/qtcli; fi", |
| 1405 | + |
| 1406 | + "npm run package:qt-core", |
| 1407 | + "mv qt-core/out/qt-core-*.vsix qt-core/out/qt-core.vsix" |
| 1408 | + ], |
| 1409 | + "extensionFile": "out/qt-core.vsix" |
| 1410 | + }, |
| 1411 | + "theqtcompany.qt-qml": { |
| 1412 | + "repository": "https://github.com/qt-labs/vscodeext", |
| 1413 | + "location": "qt-qml/", |
| 1414 | + "prepublish": "npm run ci:qt-lib && npm run compile:qt-lib && npm run compile:qt-qml" |
| 1415 | + }, |
| 1416 | + "theqtcompany.qt-ui": { |
| 1417 | + "repository": "https://github.com/qt-labs/vscodeext", |
| 1418 | + "location": "qt-ui/", |
| 1419 | + "prepublish": "npm run ci:qt-lib && npm run compile:qt-lib && npm run compile:qt-ui" |
| 1420 | + }, |
| 1421 | + "theqtcompany.qt-wasm-pack": { |
| 1422 | + "repository": "https://github.com/qt-labs/vscodeext", |
| 1423 | + "location": "extension_packs/wasm/" |
| 1424 | + }, |
1378 | 1425 | "Tobiah.unity-tools": {
|
1379 | 1426 | "repository": "https://github.com/TobiahZ/unity-tools"
|
1380 | 1427 | },
|
|
0 commit comments