You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TestPlan.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ This document contains test cases that need to be verified before releasing a ne
25
25
| Favorites flag alias (--favorite) |`unity open --favorites`| Alias for --favorite |[]|
26
26
| Open with code editor |`unity open path --code-editor`| Opens project's solution file in default code editor |[]|
27
27
| Open with code editor (no solution) |`unity open path --code-editor` (not yet generated) | Opens project's solution file as soon as it is generated |[]|
28
+
| Open only code editor |`unity open path --only-code-editor`| Opens only the code editor without launching Unity |[]|
29
+
| Code editor flags validation |`unity open path --code-editor --only-code-editor`| Shows error about mutually exclusive flags |[]|
28
30
| Open with dry-run |`unity open path --dry-run`| Shows what would be executed without opening |[]|
0 commit comments