|
I use Windows shortcuts to launch two instances of ecode with two different profiles. These shortcuts have different command-line switches. How will command-line switches like -i, --incognito, or --first-instance work with this setup? |
Answered by
SpartanJ
Jan 12, 2026
Replies: 1 comment
|
For the moment there's no distinction between different profiles when using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the moment there's no distinction between different profiles when using
--first-instance, so it will pick the literal first instance anyways.--incognitois a per-instance option, so it will only affect the instance you used the flag (same for any temporal setting, like--jobs.--terminal, etc).