Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: deepnote/python-language-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: borisbarath/python-language-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 15, 2020

  1. Added model resources to package, MANIFEST file

    Boris Barath committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0c6a680 View commit details
    Browse the repository at this point in the history
  2. added necessary imports for the model

    Boris Barath committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    c466feb View commit details
    Browse the repository at this point in the history
  3. load the model on pyls init

    Boris Barath committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7fae382 View commit details
    Browse the repository at this point in the history
  4. jedi also returns code prefix

    Boris Barath committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    a50ff1c View commit details
    Browse the repository at this point in the history
  5. code for sorting completions, incl. sortText field

    Boris Barath committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    d8388cd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. remove flattening of completions upon return

    Boris Barath committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    67819cb View commit details
    Browse the repository at this point in the history
  2. set insertText equal to label for completions

    Boris Barath committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    bcb5cf8 View commit details
    Browse the repository at this point in the history
  3. if jedi returnns no completions - return

    Boris Barath committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    047a0b5 View commit details
    Browse the repository at this point in the history
  4. also return oov completions

    Boris Barath committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    b03f2d7 View commit details
    Browse the repository at this point in the history
Loading