Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into live (#268) #271

Closed
wants to merge 1 commit into from
Closed

Merge master into live (#268) #271

wants to merge 1 commit into from

Conversation

Duncanma
Copy link

  • command-line-arguments.md: Tag the Command Prompt code blocks

For some reason they were tagged as bash, which broke highlighting in at least one of them.

in line 98 it's C:\\path\\to\\icon.png while in line 115 it was C:\\path\\to\\icon so I've added the missing .png

Originally filed by Andrewery https://github.com/MicrosoftDocs/terminal/pull/134/files

From #135

  • Add icon example and folder location

As originally submitted by @aloneguid in #135

Original submission: https://github.com/MicrosoftDocs/terminal/pull/134/files

  1. Add info about the command palette.
  2. Typo fixes (e.g. "quick-start guide" instead of "quickstart")
  3. Style fix, e.g. we don't have a keyboard key whose full name is "alt+shift+plus".
  • revert description

Co-authored-by: Matt Wojciakowski mattwoj@microsoft.com

...from PR #181

Co-authored-by: Matt Wojciakowski mattwoj@microsoft.com

migrated from PR https://github.com/MicrosoftDocs/terminal/pull/199/files

This seems to be the intended meaning: There are Linux distributions that are not Ubuntu, but Ubuntu is an example of a Linux distribution for which the behavior is the given.

Currently, the install recommends using an out-of-date version of golang, which in turn causes issues while installing powerline-go.

Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com

  • Change icon description to example

  • Change false to true

Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com

  • Remove unnecessary sentence

Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com

  • Typo fixes

Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com

  • link fix

Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com

  • Capitalization fixes

Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com

  • shortcut fixes

Co-authored-by: Kayla Cinnamon cinnamon@microsoft.com

Improved title setting procedure on bash/Ubuntu so that it doesn't destroy PS1

Co-authored-by: Mike Griese migrie@microsoft.com
Co-authored-by: Don-Vito khvitaly@gmail.com

Co-authored-by: Samuel Bronson naesten@gmail.com
Co-authored-by: LSC schad.lucas@gmail.com
Co-authored-by: Matt Wojciakowski mattwoj@microsoft.com
Co-authored-by: skycommand jadangerbrooks@hotmail.com
Co-authored-by: Mike Griese migrie@microsoft.com
Co-authored-by: Cameron Durham cdurham@usc.edu
Co-authored-by: Søren Fuglede Jørgensen github@fuglede.dk
Co-authored-by: Janne Mareike Koschinski janne@kuschku.de
Co-authored-by: Meenal Patel 42360097+v-mepa@users.noreply.github.com
Co-authored-by: Jan De Dobbeleer 2492783+JanDeDobbeleer@users.noreply.github.com
Co-authored-by: Dakkaron dak1st@gmx.at
Co-authored-by: Ibrahim Rouis 73853380+rouisibra@users.noreply.github.com
Co-authored-by: Don-Vito khvitaly@gmail.com

* command-line-arguments.md: Tag the Command Prompt code blocks

For some reason they were tagged as bash, which broke highlighting in at least one of them.

* fixed typo (#220)

in line 98 it's `C:\\path\\to\\icon.png` while in line 115 it was `C:\\path\\to\\icon` so I've added the missing `.png`

* Add note about escaping characters with backslash (#230)

Originally filed by Andrewery https://github.com/MicrosoftDocs/terminal/pull/134/files

* Add icon example and folder location (#231)

From #135

* Add icon example and folder location

As originally submitted by @aloneguid in #135

* Remove code brackets for readability

* Add spacing

* Fix default value by escaping characters (#232)

Original submission: https://github.com/MicrosoftDocs/terminal/pull/134/files

* Add info about the command palette (#180)

* Add info about the command palette

1. Add info about the command palette.
2. Typo fixes (e.g. "quick-start guide" instead of "quickstart")
3. Style fix, e.g. we don't have a keyboard key whose full name is "alt+shift+plus".

* revert description

Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>

* Add backslash escape note (#233)

...from PR #181

* Add a note about hiding dynamic profiles (#186)

* Add a note about hiding dynamic profiles

* Minor writing updates

Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>

* Clarify adding profile in ssh tutorial. Fixes #183 (#193)

* Clarify adding profile in ssh tutorial. Fixes: #183

* Remove  from docs link

* Add guid command for powershell (#234)

migrated from PR https://github.com/MicrosoftDocs/terminal/pull/199/files

* Change "i.e." to "e.g." (#207)

This seems to be the intended meaning: There are Linux distributions that are not Ubuntu, but Ubuntu is an example of a Linux distribution for which the behavior is the given.

* Old Ubuntu: Use up-to-date version of golang (#216)

Currently, the install recommends using an out-of-date version of golang, which in turn causes issues while installing powerline-go.

* Add startingDirectory example (#237)

* Add startingDirectory example

* Format startingDirectory entry

* remove icon file type

Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>

* Change icon description to example

* Change false to true

Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>

* Remove unnecessary sentence

Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>

* Typo fixes

Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>

* link fix

Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>

* Capitalization fixes

Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>

* shortcut fixes

Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>

* page_title_updates_terminal (#243)

* Add docs for `newWindow` action (#259)

* refactor(powerline): update for oh-my-posh V3 (#263)

* Improved title setting procedure on bash/Ubuntu so that it doesn't destroy `PS1` (#123)

Improved title setting procedure on bash/Ubuntu so that it doesn't destroy `PS1`

* Update powerline-setup.md (#240)

* Update powerline-setup.md

* Update powerline-setup.md

* Update powerline-setup.md

* fix typo

* Merge release 1.7 into master (#264)

Co-authored-by: Mike Griese <migrie@microsoft.com>
Co-authored-by: Don-Vito <khvitaly@gmail.com>

Co-authored-by: Samuel Bronson <naesten@gmail.com>
Co-authored-by: LSC <schad.lucas@gmail.com>
Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
Co-authored-by: skycommand <jadangerbrooks@hotmail.com>
Co-authored-by: Mike Griese <migrie@microsoft.com>
Co-authored-by: Cameron Durham <cdurham@usc.edu>
Co-authored-by: Søren Fuglede Jørgensen <github@fuglede.dk>
Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de>
Co-authored-by: Meenal Patel <42360097+v-mepa@users.noreply.github.com>
Co-authored-by: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com>
Co-authored-by: Dakkaron <dak1st@gmx.at>
Co-authored-by: Ibrahim Rouis <73853380+rouisibra@users.noreply.github.com>
Co-authored-by: Don-Vito <khvitaly@gmail.com>
@Duncanma Duncanma closed this Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Callout how and where to add new profile in ssh tutorial
2 participants