Skip to content

Commit 94d9b86

Browse files
committed
Update Vscode extensions
vscode 1.63.2 --> 1.66.2 yaml-language-server 1.3.0 --> 1.7.0 Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 6a73034 commit 94d9b86

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ spec:
4545
stage('Prepare-environment') {
4646
steps {
4747
container('container') {
48+
sh 'java -version'
49+
sh 'mvn --version'
4850
sh 'node --version'
4951
sh 'npm --version'
5052
sh 'npm config set cache="$WORKSPACE/npm-cache"'

org.eclipse.wildwebdeveloper/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<goal>wget</goal>
6262
</goals>
6363
<configuration>
64-
<url>https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/code-stable-x64-1639562789.tar.gz</url>
64+
<url>https://az764295.vo.msecnd.net/stable/dfd34e8260c270da74b5c2d86d61aee4b6d56977/code-stable-x64-1649664837.tar.gz</url>
6565
<unpack>true</unpack>
6666
<outputDirectory>${project.build.directory}/vscode</outputDirectory>
6767
</configuration>
@@ -99,7 +99,7 @@
9999
<goal>wget</goal>
100100
</goals>
101101
<configuration>
102-
<url>https://dbaeumer.gallery.vsassets.io/_apis/public/gallery/publisher/dbaeumer/extension/vscode-eslint/2.2.2/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage</url>
102+
<url>https://dbaeumer.gallery.vsassets.io/_apis/public/gallery/publisher/dbaeumer/extension/vscode-eslint/2.2.3/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage</url>
103103
<outputFileName>vscode-eslint-ls.zip</outputFileName>
104104
<unpack>true</unpack>
105105
<outputDirectory>${project.build.directory}/vscode-eslint-ls</outputDirectory>
@@ -188,7 +188,7 @@
188188
<arg>${project.build.directory}/vscode-css-languageserver-1.0.0.tgz</arg>
189189
<arg>${project.build.directory}/vscode-html-languageserver-1.0.0.tgz</arg>
190190
<arg>${project.build.directory}/vscode-json-languageserver-1.3.4.tgz</arg>
191-
<arg>yaml-language-server@1.3.0</arg>
191+
<arg>yaml-language-server@1.7.0</arg>
192192
<arg>[email protected]</arg>
193193
<arg>${project.build.directory}/debugger-for-chrome-4.13.0.tgz</arg>
194194
<arg>${project.build.directory}/eslint-server-2.1.25.tgz</arg>

0 commit comments

Comments
 (0)