Skip to content

Commit 67efc99

Browse files
vrubezhnymickaelistria
authored andcommitted
Update LSs
Use the following NPM modules: [email protected] @angular/[email protected] Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 0721989 commit 67efc99

File tree

1 file changed

+15
-2
lines changed
  • org.eclipse.wildwebdeveloper

1 file changed

+15
-2
lines changed

org.eclipse.wildwebdeveloper/pom.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,24 @@
151151
<arg>${project.build.directory}/vscode-css-languageserver-1.0.0.tgz</arg>
152152
<arg>${project.build.directory}/vscode-html-languageserver-1.0.0.tgz</arg>
153153
<arg>${project.build.directory}/vscode-json-languageserver-1.3.4.tgz</arg>
154-
<arg>[email protected]</arg>
154+
<!--
155+
A try to update yaml-language-server to any version up to v.0.22.0
156+
breaks the validation (error markers aren't set on resources):
157+
Failures:
158+
TestYaml.testSchemaExtensionPoint:91->testErrorFile:85 expected: <true> but was: <false>
159+
TestYaml.testSchemaExtensionPointUsingPlatformURL:96->testErrorFile:85 expected: <true> but was: <false>
160+
-->
161+
<arg>[email protected]</arg>
155162
<arg>[email protected]</arg>
156163
<arg>${project.build.directory}/debugger-for-chrome-4.12.12.tgz</arg>
157164
<arg>${project.build.directory}/eslint-server-2.1.14.tgz</arg>
158-
<arg>@angular/[email protected]</arg>
165+
<!--
166+
A try to update @angular/language-server to any version up to v.12.2.0
167+
breaks the receiving of diagnostics:
168+
Failures:
169+
TestAngular.testAngular:56 Diagnostic not published in standalone component file ==> expected: <true> but was: <false>
170+
-->
171+
<arg>@angular/[email protected]</arg>
159172
</arguments>
160173
<workingDirectory>${project.basedir}</workingDirectory>
161174
</configuration>

0 commit comments

Comments
 (0)