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

Fixes for Linux #2

Merged
merged 9 commits into from
Feb 11, 2024
Merged

Commits on Jan 31, 2024

  1. Add jsonrpc dependency info (copilot-emacs#248)

    * Add jsonrpc dependency info
    
    Based on
    1. copilot-emacs#232
    2. copilot-emacs#244
    tninja authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a06d27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c1c425 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fix using numbers in copilot-indentation-alist (copilot-emacs#253)

    * Fix using numbers in copilot-indentation-alist
    kelvie authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    22f0446 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Use 1-character-long invisible overlay to activate copilot-completion…

    …-map (copilot-emacs#255)
    
    * Use 1-character-long invisible keymap overlay to activate copilot-completion-map
    
    0-length overlays cannot contain the point, and if another overlay does
    contain the point, the keymap from the 0-length overlay will not be
    active.
    
    As a workaround, we create two overlays for copilot completion: one to
    display the completion candidate, and another to activate the copilot-completion-map.
    timcharper authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    581cadd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228be50 View commit details
    Browse the repository at this point in the history
  3. Improve formatting

    emil-vdw committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    32a7861 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fb251c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    055f8f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8379e61 View commit details
    Browse the repository at this point in the history