mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-12 00:07:24 -06:00
doc: add note on dynamic profile GUIDs (#2938)
This commit is contained in:
parent
258c8b407c
commit
23bea9e5b5
@ -183,6 +183,11 @@ When dynamic profiles are created at runtime, they'll be added to the
|
|||||||
a linux distro, then the profile will remain in your `profiles.json` file, but
|
a linux distro, then the profile will remain in your `profiles.json` file, but
|
||||||
the profile will be hidden.
|
the profile will be hidden.
|
||||||
|
|
||||||
|
The Windows Terminal uses the `guid` property of these dynamically-generated
|
||||||
|
profiles to uniquely identify them. If you try to change the `guid` of a
|
||||||
|
dynamically-generated profile, the Terminal will automatically recreate a new
|
||||||
|
entry for that profile.
|
||||||
|
|
||||||
If you'd like to disable a particular dynamic profile source, you can add that
|
If you'd like to disable a particular dynamic profile source, you can add that
|
||||||
`source` to the global `"disabledProfileSources"` array. For example, if you'd
|
`source` to the global `"disabledProfileSources"` array. For example, if you'd
|
||||||
like to hide all the WSL profiles, you could add the following setting:
|
like to hide all the WSL profiles, you could add the following setting:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user