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

Allow execute on enter and Intellisense for native REPL with notebook UI #23442

Merged
merged 33 commits into from
May 24, 2024

Commits on May 16, 2024

  1. start adding command

    anthonykim1 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5f279f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7992d4b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    31f7db4 View commit details
    Browse the repository at this point in the history
  2. change to TODO

    anthonykim1 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4523502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6defed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac7cc8c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6389fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3b974c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3039670 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    e6034b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab490dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25ec45 View commit details
    Browse the repository at this point in the history
  4. cleanup

    anthonykim1 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    58b7772 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    931f3bf View commit details
    Browse the repository at this point in the history
  6. more cleanup

    anthonykim1 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f1dd8a0 View commit details
    Browse the repository at this point in the history
  7. rename variable

    anthonykim1 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    55cad61 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    0593349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf48e6 View commit details
    Browse the repository at this point in the history
  3. fixing test

    anthonykim1 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cfed9d7 View commit details
    Browse the repository at this point in the history
  4. fix more test

    anthonykim1 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    76d6164 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0bc3b8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update package.nls.json

    Co-authored-by: Courtney Webster <60238438+cwebster-99@users.noreply.github.com>
    anthonykim1 and cwebster-99 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f512670 View commit details
    Browse the repository at this point in the history
  2. match setting python.sendToNativeREPL.description

    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    anthonykim1 and karthiknadig committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1b2c451 View commit details
    Browse the repository at this point in the history
  3. Update package.nls.json

    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    anthonykim1 and karthiknadig committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d369f11 View commit details
    Browse the repository at this point in the history
  4. Update src/client/repl/pythonServer.ts

    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    anthonykim1 and karthiknadig committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8b27c2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a745cb1 View commit details
    Browse the repository at this point in the history
  6. Update src/client/repl/replCommands.ts

    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    anthonykim1 and karthiknadig committed May 23, 2024
    Configuration menu
    Copy the full SHA
    393d2fd View commit details
    Browse the repository at this point in the history
  7. Stop using var!

    anthonykim1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0cffa5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6036cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57b2bdd View commit details
    Browse the repository at this point in the history
  10. clean up more

    anthonykim1 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0788e99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    910783b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e270705 View commit details
    Browse the repository at this point in the history