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

Merged
merged 28 commits into from
Feb 28, 2021
Merged

Merge master into live #268

merged 28 commits into from
Feb 28, 2021

Commits on Jan 29, 2021

  1. 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.
    SamB committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6591759 View commit details
    Browse the repository at this point in the history
  2. 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`
    boop5 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    eebc37c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a69ab41 View commit details
    Browse the repository at this point in the history
  4. 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
    mattwojo committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6fc0e34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d6171c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. 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>
    skycommand and mattwojo committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7f9ca36 View commit details
    Browse the repository at this point in the history
  2. Add backslash escape note (#233)

    ...from PR #181
    mattwojo committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    a165f1a View commit details
    Browse the repository at this point in the history
  3. 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>
    zadjii-msft and mattwojo committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    0c27f87 View commit details
    Browse the repository at this point in the history
  4. Clarify adding profile in ssh tutorial. Fixes #183 (#193)

    * Clarify adding profile in ssh tutorial. Fixes: #183
    
    * Remove  from docs link
    camerondurham committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    635421f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d503b92 View commit details
    Browse the repository at this point in the history
  6. 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.
    fuglede committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    40de5ee View commit details
    Browse the repository at this point in the history
  7. 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.
    justjanne committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    737c169 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Add startingDirectory example (#237)

    * Add startingDirectory example
    
    * Format startingDirectory entry
    mattwojo committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9544259 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. remove icon file type

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    82a2f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c6d39 View commit details
    Browse the repository at this point in the history
  3. Change false to true

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    6090a3e View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary sentence

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ca0e2ab View commit details
    Browse the repository at this point in the history
  5. Typo fixes

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a6393d5 View commit details
    Browse the repository at this point in the history
  6. link fix

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    214341c View commit details
    Browse the repository at this point in the history
  7. Capitalization fixes

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    394060f View commit details
    Browse the repository at this point in the history
  8. shortcut fixes

    Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
    mattwojo and cinnamon-msft committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    1a2ab63 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    57fb993 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    c489882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20e12c8 View commit details
    Browse the repository at this point in the history
  3. Improved title setting procedure on bash/Ubuntu so that it doesn't de…

    …stroy `PS1` (#123)
    
    Improved title setting procedure on bash/Ubuntu so that it doesn't destroy `PS1`
    Dakkaron committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    157b457 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Update powerline-setup.md (#240)

    * Update powerline-setup.md
    
    * Update powerline-setup.md
    
    * Update powerline-setup.md
    
    * fix typo
    Ibrahim Rouis committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b7c6304 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Merge release 1.7 into master (#264)

    Co-authored-by: Mike Griese <migrie@microsoft.com>
    Co-authored-by: Don-Vito <khvitaly@gmail.com>
    3 people committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    549c163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12326f0 View commit details
    Browse the repository at this point in the history