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

Add missing quotes and refactor path handling for App Run Meadow command. #469

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    fb8d44c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f36800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97c7dd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    e36f1b0 View commit details
    Browse the repository at this point in the history
  2. Add missing quotes and refactor path handling for App Run Meadow comm…

    …and.
    
    Apply the same edits as WildernessLabs#463 to the App Run command. Also correctly decode path when a project file reference is supplied.
    doingnz committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f116a47 View commit details
    Browse the repository at this point in the history
  3. Only call Path.GetDirectoryName() if the path points to a file

    To avoid dropping one level of path, check if path points to a project file or folder.
    doingnz committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b6b0aa9 View commit details
    Browse the repository at this point in the history