Skip to content

Commit 201f7eb

Browse files
committed
Fix FileExplorer path by removing leading pipe character
Updated the `FileExplorer` path in the solution file by removing the leading pipe character (`|`). The path now correctly reads as `build\|docs\|LibrarySets\|submodules\Firely.Cql.Sdk.Integration.Runner\NodeJsUtils\`.
1 parent be02e45 commit 201f7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cql-Sdk-All.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ Global
340340
EndGlobalSection
341341
GlobalSection(ExtensibilityGlobals) = postSolution
342342
SolutionGuid = {366252DE-C2FB-4EAC-96EE-22210BD43DE2}
343-
FileExplorer = |build\|docs\|LibrarySets\|submodules\Firely.Cql.Sdk.Integration.Runner\NodeJsUtils\
343+
FileExplorer = build\|docs\|LibrarySets\|submodules\Firely.Cql.Sdk.Integration.Runner\NodeJsUtils\
344344
EndGlobalSection
345345
EndGlobal

0 commit comments

Comments
 (0)