Skip to content

Commit 4819ba3

Browse files
committed
Revert to index
1 parent 18952ec commit 4819ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.ide.visualstudio/Editor/VisualStudioCodeInstallation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private static IEnumerable<string> GetXdgCandidates() {
202202
if (match == null || !match.Success)
203203
continue;
204204

205-
yield return match.Groups.Last().Value;
205+
yield return match.Groups[1].Value;
206206
break;
207207
}
208208
}

0 commit comments

Comments
 (0)