From 10d817b6b443832d2e9f0cae3326edd62c950684 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Tue, 4 Feb 2020 11:52:28 -0800 Subject: [PATCH] Change ps kernel version to latest 4 updated flow (#9023) --- extensions/notebook/src/jupyter/jupyterServerInstallation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts index cdb85ce50c..26fe5d1590 100644 --- a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts +++ b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts @@ -95,7 +95,7 @@ export class JupyterServerInstallation implements IJupyterServerInstallation { version: '1.3.0' }, { name: 'powershell-kernel', - version: '0.1.2' + version: '0.1.3' } ];