Command-line switches, multiple instances, and profiles #808
-
|
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? |
Beta Was this translation helpful? Give feedback.
Answered by
SpartanJ
Jan 12, 2026
Replies: 1 comment
-
|
For the moment there's no distinction between different profiles when using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bejolly407
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).