Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Aug 2, 2021
1 parent 7314781 commit d9ba252
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/api/pythonApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ export class PythonInstaller implements IPythonInstaller {
this.interpreterPackages.trackPackages(resource);
}
let action: 'installed' | 'failed' | 'disabled' | 'ignored' = 'installed';
console.error(
`Python Installer ${env.remoteName} for ${ProductNames.get(product)} in ${
isResource(resource) ? resource?.fsPath : resource.path
}`
);
if (env.remoteName && reInstallAndUpdate) {
// Temporary work around for https://github.com/microsoft/vscode-jupyter/issues/6896
traceWarning(
Expand Down

0 comments on commit d9ba252

Please sign in to comment.