Skip to content

Commit 899dec3

Browse files
committed
Update LSs & NPM Modules - vscode-eslint 2.2.6
vscode-eslint 2.2.2 --> 2.2.6 eslint-server 2.1.25 --> 2.2.5 Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 7630e5e commit 899dec3

File tree

1 file changed

+3
-3
lines changed
  • org.eclipse.wildwebdeveloper

1 file changed

+3
-3
lines changed

org.eclipse.wildwebdeveloper/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<configuration>
4343
<connectionUrl>scm:git:https://github.com/microsoft/vscode-eslint.git</connectionUrl>
4444
<scmVersionType>tag</scmVersionType>
45-
<scmVersion>release/2.2.2</scmVersion>
45+
<scmVersion>release/2.2.6</scmVersion>
4646
<basedir>${project.build.directory}</basedir>
4747
<checkoutDirectory>${project.build.directory}/vscode-eslint-ls-package-json/extension</checkoutDirectory>
4848
</configuration>
@@ -98,7 +98,7 @@
9898
<goal>wget</goal>
9999
</goals>
100100
<configuration>
101-
<url>https://dbaeumer.gallery.vsassets.io/_apis/public/gallery/publisher/dbaeumer/extension/vscode-eslint/2.2.3/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage</url>
101+
<url>https://dbaeumer.gallery.vsassets.io/_apis/public/gallery/publisher/dbaeumer/extension/vscode-eslint/2.2.6/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage</url>
102102
<outputFileName>vscode-eslint-ls.zip</outputFileName>
103103
<unpack>true</unpack>
104104
<outputDirectory>${project.build.directory}/vscode-eslint-ls</outputDirectory>
@@ -214,7 +214,7 @@
214214
<arg>[email protected]</arg>
215215
<arg>[email protected]</arg>
216216
<arg>${project.build.directory}/debugger-for-chrome-4.13.0.tgz</arg>
217-
<arg>${project.build.directory}/eslint-server-2.1.25.tgz</arg>
217+
<arg>${project.build.directory}/eslint-server-2.2.5.tgz</arg>
218218
<arg>@angular/[email protected]</arg>
219219
</arguments>
220220
<workingDirectory>${project.basedir}</workingDirectory>

0 commit comments

Comments
 (0)