Skip to content

Remove old Pylance-related code #22985

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

Merged
merged 3 commits into from
Feb 29, 2024
Merged

Conversation

debonte
Copy link

@debonte debonte commented Feb 27, 2024

Part of microsoft/vscode-jupyter#14977

Removes some effectively dead code that would only be used by very old (year+) versions of Pylance. This logic has all been moved into vscode-pylance:

  • Middleware to make the interactive window input box look like a notebook cell
  • Call to Jupyter to get pythonpath for notebooks.
  • Configuration hook to get [python] value of editor.formatOnType.
  • LSP notebook experiment

@debonte
Copy link
Author

debonte commented Feb 29, 2024

@karthiknadig, could you take a look at this?

@vscodenpa vscodenpa added this to the March 2024 milestone Feb 29, 2024
@debonte debonte merged commit eff0b3b into microsoft:main Feb 29, 2024
@debonte debonte deleted the removeOldPylanceCode branch February 29, 2024 01:45
wesm pushed a commit to posit-dev/positron that referenced this pull request Apr 5, 2024
Part of microsoft/vscode-jupyter#14977

Removes some effectively dead code that would only be used by very old
(year+) versions of Pylance. This logic has all been moved into
vscode-pylance:

- Middleware to make the interactive window input box look like a
notebook cell
- Call to Jupyter to get pythonpath for notebooks.
- Configuration hook to get `[python]` value of `editor.formatOnType`.
- LSP notebook experiment
wesm pushed a commit to posit-dev/positron that referenced this pull request Apr 8, 2024
Part of microsoft/vscode-jupyter#14977

Removes some effectively dead code that would only be used by very old
(year+) versions of Pylance. This logic has all been moved into
vscode-pylance:

- Middleware to make the interactive window input box look like a
notebook cell
- Call to Jupyter to get pythonpath for notebooks.
- Configuration hook to get `[python]` value of `editor.formatOnType`.
- LSP notebook experiment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants