|
39 | 39 | <goal>wget</goal>
|
40 | 40 | </goals>
|
41 | 41 | <configuration>
|
42 |
| - <url>https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/code-stable-x64-1639562789.tar.gz</url> |
| 42 | + <url>https://az764295.vo.msecnd.net/stable/dfd34e8260c270da74b5c2d86d61aee4b6d56977/code-stable-x64-1649664837.tar.gz</url> |
43 | 43 | <unpack>true</unpack>
|
44 | 44 | <outputDirectory>${project.build.directory}/vscode</outputDirectory>
|
45 | 45 | </configuration>
|
|
77 | 77 | <goal>wget</goal>
|
78 | 78 | </goals>
|
79 | 79 | <configuration>
|
80 |
| - <url>https://dbaeumer.gallery.vsassets.io/_apis/public/gallery/publisher/dbaeumer/extension/vscode-eslint/2.2.2/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage</url> |
| 80 | + <url>https://dbaeumer.gallery.vsassets.io/_apis/public/gallery/publisher/dbaeumer/extension/vscode-eslint/2.2.3/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage</url> |
81 | 81 | <outputFileName>vscode-eslint-ls.zip</outputFileName>
|
82 | 82 | <unpack>true</unpack>
|
83 | 83 | <outputDirectory>${project.build.directory}/vscode-eslint-ls</outputDirectory>
|
|
93 | 93 | <skipCache>true</skipCache>
|
94 | 94 | <url>https://raw.githubusercontent.com/microsoft/vscode-eslint/release/2.2.2/server/package.json</url>
|
95 | 95 | <outputDirectory>${project.build.directory}/vscode-eslint-ls/extension/server</outputDirectory>
|
96 |
| - <headers> |
97 |
| - <Authorization>${github.api.token}</Authorization> |
98 |
| - </headers> |
| 96 | + <if> |
| 97 | + <condition> |
| 98 | + <not> |
| 99 | + <equals arg1="${github.api.token}" arg2="" /> |
| 100 | + </not> |
| 101 | + </condition> |
| 102 | + <then> |
| 103 | + <headers> |
| 104 | + <Authorization>token ${github.api.token}</Authorization> |
| 105 | + </headers> |
| 106 | + </then> |
| 107 | + </if> |
| 108 | + |
99 | 109 | </configuration>
|
100 | 110 | </execution>
|
101 | 111 | </executions>
|
|
174 | 184 | <arg>--no-bin-links</arg>
|
175 | 185 | <arg>--ignore-scripts</arg>
|
176 | 186 | <arg>${project.build.directory}/node-debug2-1.43.0.tgz</arg>
|
177 |
| - <arg>typescript@4.5.5</arg> |
178 |
| - |
| 187 | + <arg>typescript@4.6.4</arg> |
| 188 | + |
179 | 189 |
|
180 | 190 |
|
181 | 191 | <arg>${project.build.directory}/vscode-css-languageserver-1.0.0.tgz</arg>
|
182 | 192 | <arg>${project.build.directory}/vscode-html-languageserver-1.0.0.tgz</arg>
|
183 | 193 | <arg>${project.build.directory}/vscode-json-languageserver-1.3.4.tgz</arg>
|
184 |
| - <arg>yaml-language-server@1.3.0</arg> |
| 194 | + <arg>yaml-language-server@1.7.0</arg> |
185 | 195 |
|
186 | 196 | <arg>${project.build.directory}/debugger-for-chrome-4.13.0.tgz</arg>
|
187 | 197 | <arg>${project.build.directory}/eslint-server-2.1.25.tgz</arg>
|
188 |
| - <arg>@angular/language-server@13.2.0</arg> |
| 198 | + <arg>@angular/language-server@13.3.2</arg> |
189 | 199 | </arguments>
|
190 | 200 | <workingDirectory>${project.basedir}</workingDirectory>
|
191 | 201 | </configuration>
|
|
0 commit comments