Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit baa3ae8

Browse files
committed
pinning the alpine x86 build for the vscode cpp-tools plugin to 1.3.1 as its the last working one for x86
1 parent 8bd2adf commit baa3ae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile.ALPINE-amd64.Toolkit

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ RUN yarn global add node-gyp
2222
RUN yarn global add node-pty
2323
RUN yarn global add code-server
2424
#Install cpptools from the latest vsix version which we are pinning to because we have issues getting it to install normally - 12.03.2020 - greg
25-
#Previously this was version 1.1.2 and we update to 1.4.0 - 06.02.2021 - greg
26-
ADD https://github.com/microsoft/vscode-cpptools/releases/download/1.4.0/cpptools-linux.vsix /opt/IBM/FHE-Workspace/
25+
#Previously this was version 1.1.2 and we update to 1.3.1 - 06.02.2021 - greg
26+
#Note that when I try to update to 1.4.0 or 1.4.1 the cpptools plugin does not load, and there's an error on setup - 06.09.21
27+
ADD https://github.com/microsoft/vscode-cpptools/releases/download/1.3.1/cpptools-linux.vsix /opt/IBM/FHE-Workspace/
2728

2829
# Create a directory to hold the VSCode user data when running as root
2930
RUN mkdir -p /opt/IBM/IDE-Data

0 commit comments

Comments
 (0)