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

Support private key forwarding to winscp #7143

Merged
merged 20 commits into from
Sep 28, 2022
Merged

Commits on Sep 5, 2022

  1. lint

    Eugeny committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    dd36908 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

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

Commits on Sep 26, 2022

  1. updated contributors

    Eugeny committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d788011 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. updated contributors

    Eugeny committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6ed0836 View commit details
    Browse the repository at this point in the history
  2. Add EditorConfig files

    This sets the indentation size of various filetypes common in this
    project. The preferred tab width for tab-indented files is unknown, so
    TODO comments have been left there.
    
    This helps keep uniform behavior in any text editor that has
    EditorConfig enabled.
    
    Additionally, the tab width provided for color scheme files makes it
    easier to align hex values when editing a file manually.
    spenserblack authored and Eugeny committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    eec6477 View commit details
    Browse the repository at this point in the history
  3. Add Melange (Dark)

    Theme source: https://github.com/savq/melange
    Theme author: @savq
    spenserblack authored and Eugeny committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    753667a View commit details
    Browse the repository at this point in the history
  4. update README.md [skip ci]

    allcontributors[bot] authored and Eugeny committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    c98c612 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43b06e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7362f2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60230e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b773da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a706220 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85c1910 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0363627 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f189c32 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d70d1b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e63ca33 View commit details
    Browse the repository at this point in the history
  15. Update decorator.ts

    Eugeny committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4564b45 View commit details
    Browse the repository at this point in the history
  16. make Platform.exec async

    Eugeny committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ef1366e View commit details
    Browse the repository at this point in the history
  17. defer tempfile cleanup

    Eugeny committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b017588 View commit details
    Browse the repository at this point in the history