File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,20 @@ Access token: ...
131
131
Default: true
132
132
```
133
133
134
+ ## Installing the JFrog VS Code Extension
135
+
136
+ You can install the JFrog VS Code extension into workspaces automatically
137
+ by inserting the following lines into your ` startup_script ` :
138
+
139
+ ``` sh
140
+ # Install the JFrog VS Code extension.
141
+ # Find the latest version at
142
+ # https://open-vsx.org/extension/JFrog/jfrog-vscode-extension.
143
+ JFROG_EXT_VERSION=2.4.1
144
+ 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"
145
+ /tmp/code-server/bin/code-server --install-extension /tmp/jfrog.vsix
146
+ ```
147
+
134
148
## Configuring npm
135
149
136
150
Add the following line to your ` startup_script ` to configure ` npm ` to use
You can’t perform that action at this time.
0 commit comments