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

Experimental cell execution analysis #14507

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Experimental cell execution analysis #14507

merged 1 commit into from
Oct 13, 2023

Conversation

rebornix
Copy link
Member

Re #14316.

This PR adds experiments for running code analysis upon cell execution, on top of which we can offer features like Gather Cells or Select/Run Dependent Cells. This requires the latest prerelease of Pylance extension for now.

The changes are contributed in standalone component and written in the same fashion as a standalone extension.

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for feature-requests.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).

@rebornix rebornix self-assigned this Oct 13, 2023
@amunger
Copy link
Contributor

amunger commented Oct 13, 2023

seems unusual to have another file named extension.ts

@rebornix rebornix merged commit b5a9010 into main Oct 13, 2023
32 checks passed
@rebornix rebornix deleted the rebornix/light-turkey branch October 13, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants