Avoid exception from StringLiteral.getLiteralValue()

This commit is contained in:
aboyko
2024-11-26 21:10:38 -05:00
parent ec2cae875d
commit 93d8989d7d
4 changed files with 22 additions and 2 deletions

View File

@@ -134,6 +134,11 @@
<artifactId>json</artifactId>
<version>20231013</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.lemminx</groupId>