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

Adds support for :LOGGING: property #584

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    3563511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213281d View commit details
    Browse the repository at this point in the history
  3. Add a Lua type annotation for org_log_done

    Updates the type annotation for the `DefaultConfig` type to specify the
    allowed values of org_log_done for the Lua LSP. The values that are
    specified are based on the currently documented values for `org_log_done`.
    chuck-flowers committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    35134c7 View commit details
    Browse the repository at this point in the history
  4. Add get_logging_behavior to TodoConfig

    Adds a method to the `TodoConfig` type to make determining whether to
    log a time, note, or not log at all for a give TodoConfig easier.
    chuck-flowers committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5fc272f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67f4447 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a93ffe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54ffa49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4595195 View commit details
    Browse the repository at this point in the history
  9. Remove the LOGGING property logic

    Remove the LOGGING property logic from the sections and the file-level.
    chuck-flowers committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0e9437d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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