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

Show warning and allow user to turn off smart send for deprecated Python code #22353

Merged
merged 31 commits into from
Nov 18, 2023

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    faebdb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14f9b64 View commit details
    Browse the repository at this point in the history
  3. add setting

    anthonykim1 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e1d203f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5ced54 View commit details
    Browse the repository at this point in the history
  5. comply with linting error

    anthonykim1 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bc74433 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fix for test failing

    anthonykim1 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d0ad1fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be70c44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0fd80d View commit details
    Browse the repository at this point in the history
  4. quit unused var warning

    anthonykim1 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    59805ad View commit details
    Browse the repository at this point in the history
  5. add activeResourceService

    anthonykim1 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d911459 View commit details
    Browse the repository at this point in the history
  6. clean up

    anthonykim1 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a29ecdd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. respect deprecated

    anthonykim1 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    924f9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe80e93 View commit details
    Browse the repository at this point in the history
  3. Change message wording

    anthonykim1 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e23c504 View commit details
    Browse the repository at this point in the history
  4. Change wording

    anthonykim1 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f6f8a4a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    91ffe64 View commit details
    Browse the repository at this point in the history
  2. add commandManager

    anthonykim1 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    93ab499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    972f144 View commit details
    Browse the repository at this point in the history
  4. add warning message test

    anthonykim1 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    05d4e7f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix typo

    anthonykim1 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4ebc502 View commit details
    Browse the repository at this point in the history
  2. fix smoke test error

    anthonykim1 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9283d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4682545 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3efb7c View commit details
    Browse the repository at this point in the history
  5. add traceInfo message

    anthonykim1 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f4deb62 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    4ba135f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1794700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13eeb80 View commit details
    Browse the repository at this point in the history
  4. Update src/client/terminals/codeExecution/terminalCodeExecution.ts

    Co-authored-by: Kartik Raj <[email protected]>
    anthonykim1 and Kartik Raj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4fc0357 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    956ee20 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. lowercase enable

    anthonykim1 committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    16021ee View commit details
    Browse the repository at this point in the history
  2. enable for test

    anthonykim1 committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    7063648 View commit details
    Browse the repository at this point in the history