mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update powershell kernel version to 0.1.4 (#13167)
* Update powershell kernel version to 0.1.4
This commit is contained in:
@@ -108,7 +108,7 @@ export class JupyterServerInstallation implements IJupyterServerInstallation {
|
||||
|
||||
let powershellPkg = {
|
||||
name: 'powershell-kernel',
|
||||
version: '0.1.3'
|
||||
version: '0.1.4'
|
||||
};
|
||||
this._requiredKernelPackages.set(constants.powershellDisplayName, [jupyterPkg, powershellPkg]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user