Document startupActions global setting#217
Merged
cinnamon-msft merged 5 commits intoMicrosoftDocs:release-1.6from Jan 25, 2021
Merged
Document startupActions global setting#217cinnamon-msft merged 5 commits intoMicrosoftDocs:release-1.6from
cinnamon-msft merged 5 commits intoMicrosoftDocs:release-1.6from
Conversation
|
Docs Build status updates of commit a41f356: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
ghost
pushed a commit
to microsoft/terminal
that referenced
this pull request
Jan 15, 2021
Procedural solution for #756. Introduces a `startupActions` global setting. This setting is as string with the same format as actions in command line arguments. It is used only if command line arguments were not provided (aka running pure wt.exe). The setting allows implicit new-tabs. In the case of invalid syntax we show the warning dialog and ignore the setting. The documentation PR is here: MicrosoftDocs/terminal#217
DHowett
approved these changes
Jan 20, 2021
Contributor
DHowett
left a comment
There was a problem hiding this comment.
@cinnamon-msft merge before 1.6 go-live 😄
Contributor
|
Thanks for documenting! |
15 tasks
mpela81
pushed a commit
to mpela81/terminal
that referenced
this pull request
Jan 28, 2021
Procedural solution for microsoft#756. Introduces a `startupActions` global setting. This setting is as string with the same format as actions in command line arguments. It is used only if command line arguments were not provided (aka running pure wt.exe). The setting allows implicit new-tabs. In the case of invalid syntax we show the warning dialog and ignore the setting. The documentation PR is here: MicrosoftDocs/terminal#217
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the
startupActionsglobal setting as implemented in microsoft/terminal#8770