Skip to content

Commit 35a2faa

Browse files
jiridanekdaniellutz
authored andcommitted
RHAIENG-1193: codeserver(repo): update vscode extensions for 2025b release from Open VSX Registry (#2518)
1 parent e0797b3 commit 35a2faa

11 files changed

+19
-31
lines changed

codeserver/Extensions.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ Our code-server image will provide an easy way for users to deploy a code instan
55
All extensions can be downloaded from either [https://open-vsx.org](https://open-vsx.org) (preferred) or [https://marketplace.visualstudio.com](https://marketplace.visualstudio.com)
66

77
> Detail: some extensions are already available inside of other extensions, that are called "extension packages", i.e., when you install the `ms-python.python` extension, it already comes bundled with the `ms-python.debugpy` extension.
8-
>
8+
>
99
> All extension files are available inside the `ubiX-python-Y/utils/` directory, but only the main ones will be installed.
1010
1111
List of extensions used:
1212

13-
- Python [ms-python.python]
14-
- Python Debugger [ms-python.debugpy]
15-
- Jupyter [ms-toolsai.jupyter]
16-
- Jupyter Keymap [ms-toolsai.jupyter-keymap]
17-
- Jupyter Notebook Renderers [ms-toolsai.jupyter-renderers]
18-
- Jupyter Cell Tags [ms-toolsai.vscode-jupyter-cell-tags]
19-
- Jupyter Slide Show [ms-toolsai.vscode-jupyter-slideshow]
13+
_Extensions in the second-order list items are already bundled in the first order list item `vsix` file, no need to install separately._
14+
15+
- Python [[ms-python.python]](https://open-vsx.org/extension/ms-python/python)
16+
- Python Debugger [[ms-python.debugpy]](https://open-vsx.org/extension/ms-python/debugpy)
17+
- Jupyter [[ms-toolsai.jupyter]](https://open-vsx.org/extension/ms-toolsai/jupyter)
18+
- Jupyter Keymap [[ms-toolsai.jupyter-keymap]](https://open-vsx.org/extension/ms-toolsai/jupyter-keymap)
19+
- Jupyter Notebook Renderers [[ms-toolsai.jupyter-renderers]](https://open-vsx.org/extension/ms-toolsai/jupyter-renderers)
20+
- Jupyter Cell Tags [[ms-toolsai.vscode-jupyter-cell-tags]](https://open-vsx.org/extension/ms-toolsai/vscode-jupyter-cell-tags)
21+
- Jupyter Slide Show [[ms-toolsai.vscode-jupyter-slideshow]](https://open-vsx.org/extension/ms-toolsai/vscode-jupyter-slideshow)
2022

2123
## Prerequisites
2224

codeserver/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,10 @@ RUN --mount=type=cache,from=rpm-base,source=/tmp/,target=/code-server-rpm/,rw \
155155
COPY --chown=1001:0 ${CODESERVER_SOURCE_CODE}/utils utils/
156156

157157
# Create and intall the extensions though build-time on a temporary directory. Later this directory will copied on the `/opt/app-root/src/.local/share/code-server/extensions` via run-code-server.sh file when it starts up.
158+
# https://coder.com/docs/code-server/FAQ#how-do-i-install-an-extension
158159
RUN mkdir -p /opt/app-root/extensions-temp && \
159-
code-server --install-extension /opt/app-root/bin/utils/ms-python.python-2025.2.0.vsix --extensions-dir /opt/app-root/extensions-temp && \
160-
code-server --install-extension /opt/app-root/bin/utils/ms-toolsai.jupyter-2025.2.0.vsix --extensions-dir /opt/app-root/extensions-temp
160+
code-server --install-extension /opt/app-root/bin/utils/ms-python.python-2025.14.0.vsix --extensions-dir /opt/app-root/extensions-temp && \
161+
code-server --install-extension /opt/app-root/bin/utils/ms-toolsai.jupyter-2025.8.0.vsix --extensions-dir /opt/app-root/extensions-temp
161162

162163
# Install NGINX to proxy code-server and pass probes check
163164
ENV APP_ROOT=/opt/app-root \

codeserver/ubi9-python-3.12/utils/[email protected]

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d561d57f5820c0bdbc2b822f417e524afba256c60b28a9a1670f7923b1bddabc
3+
size 6771811

codeserver/ubi9-python-3.12/utils/ms-python.python-2025.2.0.vsix

Lines changed: 0 additions & 3 deletions
This file was deleted.

codeserver/ubi9-python-3.12/utils/ms-toolsai.jupyter-2025.2.0.vsix

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:3e0373fe1b309660e6e53189ab7ad34f7e374d3c7a76b8e4621d6a5b93d4caae
3+
size 12619222

codeserver/ubi9-python-3.12/utils/ms-toolsai.jupyter-keymap-1.1.2.vsix

Lines changed: 0 additions & 3 deletions
This file was deleted.

codeserver/ubi9-python-3.12/utils/ms-toolsai.jupyter-renderers-1.1.0.vsix

Lines changed: 0 additions & 3 deletions
This file was deleted.

codeserver/ubi9-python-3.12/utils/ms-toolsai.vscode-jupyter-cell-tags-0.1.9.vsix

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)