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

Revert work around for not being able to install ipykernel #6952

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

DonJayamanne
Copy link
Contributor

For #

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • 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).

@DonJayamanne DonJayamanne requested a review from a team as a code owner August 2, 2021 21:38
@DonJayamanne DonJayamanne changed the title WIP - misc Revert work around for not being able to install ipykernel Aug 2, 2021
@@ -247,15 +246,6 @@ export class PythonInstaller implements IPythonInstaller {
this.interpreterPackages.trackPackages(resource);
}
let action: 'installed' | 'failed' | 'disabled' | 'ignored' = 'installed';
if (env.remoteName && reInstallAndUpdate) {
// Temporary work around for https://github.com/microsoft/vscode-jupyter/issues/6896
traceWarning(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the bug still active? Wondering how we make sure to fix this for real before next release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bug is active & moved to Python repo, microsoft/vscode-python#16851
We cannot add a work around at our end.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverting as the work around doesn't fix it (i thought it did, but was wrong).

@DonJayamanne DonJayamanne merged commit db645c3 into main Aug 3, 2021
@DonJayamanne DonJayamanne deleted the testsxx branch August 3, 2021 15:51
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.

2 participants