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 for copilot-generated summaries in quick info. (On-the-fly docs) #12552

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    0eac8bf View commit details
    Browse the repository at this point in the history
  2. merge from main

    spebl committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    93d7bb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. add localization support

    spebl committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2667ec5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. add support for icons in hover

    spebl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fb310c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    433f22d View commit details
    Browse the repository at this point in the history
  3. add setting and strings

    spebl committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7ec62d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix settings when copilot models load later and fix showing copilot w…

    …hen editor isnt selected
    spebl committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7a41841 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. 'otf docs' -> 'copilot hover' in naming conventions and strings. fixe…

    …s and cleanup based on feedback. add waiting spinner.
    spebl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    db42258 View commit details
    Browse the repository at this point in the history
  2. fix spacing

    spebl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c73a589 View commit details
    Browse the repository at this point in the history
  3. merge from main

    spebl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    aa6779c View commit details
    Browse the repository at this point in the history
  4. reset vscode version

    spebl committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    28390f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. merge from main

    spebl committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3d5b7db View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. merge from main

    spebl committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bd1eb43 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. merge from main

    spebl committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d9c74c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. merge from main

    spebl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c31c4ab View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix formatting

    spebl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9742465 View commit details
    Browse the repository at this point in the history
  2. merge from main

    spebl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3bb4f1f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. merge from main

    spebl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1cf0785 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. swap to using new copilot hover provider as to not interfere with exi…

    …sting hover as much. other fixes alongside this as well.
    spebl committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6076ca9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add RAI disclaimers

    benmcmorran committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fd7095d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. merge from vscode

    spebl committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9e1a547 View commit details
    Browse the repository at this point in the history
  2. merge from upstream

    spebl committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d6a340f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Copilot summary should now only show up when there is already hover c…

    …ontent from the main hover provider. Show error message on failure to prevent getting stuck showing the spinner.
    spebl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f8cdde6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713f430 View commit details
    Browse the repository at this point in the history
  3. move AI inaccuracy warning to hover tooltip, add sparkle to load, che…

    …ck for cancellation before refocusing the document
    spebl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    10fb3cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a0b8d8 View commit details
    Browse the repository at this point in the history
  5. merge from upstream

    spebl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1be1fcc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. merge from main

    spebl committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ceb9f8e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. merge from main

    spebl committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9376135 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. merge from main

    spebl committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ba5f149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8707994 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. track and pass cancellation token + fix copilot hover showing up befo…

    …re IntelliSense hover in some cases
    spebl committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1b37fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8fc500 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    223d52b View commit details
    Browse the repository at this point in the history
  2. ensure tokens and cancellation are all in sync between copilot hover …

    …and the extension callback
    spebl committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c055ce2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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

Commits on Oct 30, 2024

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

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    76000c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Microsoft/vscode-cpptools i…

    …nto dev/spebl/otfdocs
    spebl committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0fc52ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1788813 View commit details
    Browse the repository at this point in the history