diff --git a/core/pom.xml b/core/pom.xml
index 92c0c7ac..e4d21995 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -12,7 +12,7 @@
org.opencds.cqf.cql.ls
cql-ls
- 4.1.2
+ 4.1.2-SNAPSHOT
../pom.xml
diff --git a/debug/server/pom.xml b/debug/server/pom.xml
index a36a533a..3a57a691 100644
--- a/debug/server/pom.xml
+++ b/debug/server/pom.xml
@@ -12,7 +12,7 @@
org.opencds.cqf.cql.ls
cql-ls
- 4.1.2
+ 4.1.2-SNAPSHOT
../../pom.xml
diff --git a/debug/service/pom.xml b/debug/service/pom.xml
index cfdfe579..5a4b775d 100644
--- a/debug/service/pom.xml
+++ b/debug/service/pom.xml
@@ -12,7 +12,7 @@
org.opencds.cqf.cql.ls
cql-ls
- 4.1.2
+ 4.1.2-SNAPSHOT
../../pom.xml
diff --git a/ls/server/pom.xml b/ls/server/pom.xml
index 63d4c58b..b3282ec1 100644
--- a/ls/server/pom.xml
+++ b/ls/server/pom.xml
@@ -12,7 +12,7 @@
org.opencds.cqf.cql.ls
cql-ls
- 4.1.2
+ 4.1.2-SNAPSHOT
../../pom.xml
diff --git a/ls/server/src/main/java/org/opencds/cqf/cql/ls/server/command/ViewElmCommandContribution.java b/ls/server/src/main/java/org/opencds/cqf/cql/ls/server/command/ViewElmCommandContribution.java
index 73ceb49d..f682b816 100644
--- a/ls/server/src/main/java/org/opencds/cqf/cql/ls/server/command/ViewElmCommandContribution.java
+++ b/ls/server/src/main/java/org/opencds/cqf/cql/ls/server/command/ViewElmCommandContribution.java
@@ -4,9 +4,11 @@
import java.io.IOException;
import java.net.URI;
import java.util.Collections;
+import java.util.List;
import java.util.Set;
import java.util.concurrent.CompletableFuture;
import org.cqframework.cql.cql2elm.CqlCompiler;
+import org.cqframework.cql.elm.serializing.ElmJsonLibraryWriter;
import org.cqframework.cql.elm.serializing.ElmXmlLibraryWriter;
import org.eclipse.lsp4j.ExecuteCommandParams;
import org.hl7.elm.r1.Library;
@@ -43,17 +45,37 @@ public CompletableFuture