summarylogtreecommitdiffstats
path: root/extra-plugins.json
AgeCommit message (Collapse)Author
2024-12-31Tentative upgrade to 1.57.1.Christian Cornelssen
New version of make-package-json.sh simplifies prepare().
2024-12-16Upgrade to v1.56.0.Christian Cornelssen
Needed to disable the unpublished @theia/ai-hugging-face.
2024-10-31Tentative upgrade to v1.55.0Christian Cornelssen
2024-09-27Upgrade to 1.54.0.Christian Cornelssen
First release with experimental AI features (disabled by default).
2024-09-01Upgrade to v1.53.0Christian Cornelssen
2024-07-25Upgrade to v1.52.0.Christian Cornelssen
Upgrade plugins ms-vscode.js-debug{,-companion} accordingly. Still required: Resolutions for nan and cpu-features. Cf. https://github.com/eclipse-theia/theia/pull/13748
2024-07-04Upgrade step to v1.51.0; build aborts however.Christian Cornelssen
Since v1.50.0, electron-rebuild aborts. Might be some tooling discrepancy on the Archlinux side. Needs to be investigated and worked around.
2024-05-04Upgrade to v1.49.1.Christian Cornelssen
Upgrade ms-vscode.js-debug to 1.88.0 (closest available to default 1.88.1). makedepends+=(python-setuptools) to accommodate python-3.12.
2024-02-01Update to v1.46.0.Christian Cornelssen
Without the notebook-related plugins, as those are not yet supported in the electron version.
2023-12-01Upgrade to v1.44.0.Christian Cornelssen
Same notes as for the previous couple of releases. extra-plugins.json: Explictly added ms-vscode.js-debug-companion (although it gets pulled in anyway).
2023-07-30Tentative upgrade to 1.40.0.Christian Cornelssen
Plugins as in upstream release, without @theia/preview. js-debug pinned at 1.78.0 (current API compatibility level is 1.79.0 which does not exist at OpenVSX). Needs updated make-package-json.sh to account for OpenVSX glitches and for the changed .main entry.
2023-04-29Upgrade to v1.37.0Christian Cornelssen
2023-03-31Upgrade to v1.36.0.Christian Cornelssen
Update extension list to that of upstream's extension pack. With the new default API compatibility level, unpin most plugin versions. markdown-language-features kept at 1.64.2 as there are problems with the unpinned version. vscode.markdown-math does not work (perhaps due to security policy). User-installed mathpix.vscode-mathpix-markdown does work (as before), so remove markdown-math to reduce interference. Since there is no ms-vscode.js-debug=1.72.2 (default API version), pin js-debug to a slightly lower version.
2023-03-26Upgrade to v1.34.4; pin builtin extension versions at v1.55.2.Christian Cornelssen
Unless versions already specified otherwise. The new upstream default v1.68.1 (or 1.70.2 since 1.35.0) causes problems. Also remove @theia/preview; the accompanying markdown extensions are better.
2022-07-30Upgrade to 1.28.0Christian Cornelssen
2022-07-04Update to 1.27.0.Christian Cornelssen
extra-plugins.json: Use same typescript* plugin versions as in upstream.
2022-05-30Tentative upgrade to 1.26.0.Christian Cornelssen
* PKGBUILD: Abstract nodejs dependency with version range [12,18). Building with current nodejs fails even when installing npm for keytar, at the stage where extension dependencies are collected and ffmpeg.so is replaced. * extra-plugins.json: Use strict Open-VSX IDs as keys, as in Theia PR 11113. As before, expand the extension pack ourselves to speed up fetching.
2022-05-09Remove formally incompatible ms-vscode.js-debug-companionChristian Cornelssen
2022-05-06Upgrade to v1.25.0.Christian Cornelssen
Comes with an upgrade to make-package-json.sh and extra-plugins.json. Upstream now uses builtin-extension-pack along with theiaPluginsExcludeIds. Theia's resolving of bundled plugins is still buggy though. Shows in ZBufError and no progress. Therefore, replace the builtin-extension-pack with (most) bundled plugins.
2022-02-27Tentative upgrade to 1.23.0.Christian Cornelssen
Reflect updated themes as in upstream #10525. Also update vscode.vscode-theme-seti.
2021-11-13extra-plugins.json: Keep eslint plugin version < 2.2Christian Cornelssen
This avoids startup error messages in Theia 1.19.0.
2021-11-11Upgrade to v1.19.0Christian Cornelssen
2021-09-01Upgrade to v1.17.1; auto-generate package.jsonChristian Cornelssen