Change ps kernel version to latest 4 updated flow (#9023)

This commit is contained in:
Chris LaFreniere
2020-02-04 11:52:28 -08:00
committed by GitHub
parent 2208666eef
commit 10d817b6b4

View File

@@ -95,7 +95,7 @@ export class JupyterServerInstallation implements IJupyterServerInstallation {
version: '1.3.0'
}, {
name: 'powershell-kernel',
version: '0.1.2'
version: '0.1.3'
}
];