Skip to content

Commit 5a558b6

Browse files
authored
chore(examples/jfrog): always install the latest JFrog extension (#11335)
1 parent b69ccab commit 5a558b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/jfrog/docker/main.tf

+1-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ resource "coder_agent" "main" {
6969
# Install the JFrog VS Code extension.
7070
# Find the latest version number at
7171
# https://open-vsx.org/extension/JFrog/jfrog-vscode-extension.
72-
JFROG_EXT_VERSION=2.4.1
73-
curl -o /tmp/jfrog.vsix -L "https://open-vsx.org/api/JFrog/jfrog-vscode-extension/$JFROG_EXT_VERSION/file/JFrog.jfrog-vscode-extension-$JFROG_EXT_VERSION.vsix"
74-
/tmp/code-server/bin/code-server --install-extension /tmp/jfrog.vsix
72+
/tmp/code-server/bin/code-server --install-extension jfrog.jfrog-vscode-extension
7573
7674
# The jf CLI checks $CI when determining whether to use interactive
7775
# flows.

0 commit comments

Comments
 (0)