mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Ensure kqlmagic is only offered for pip (#9776)
This commit is contained in:
@@ -87,9 +87,6 @@ export class JupyterServerInstallation implements IJupyterServerInstallation {
|
|||||||
}, {
|
}, {
|
||||||
name: 'sparkmagic',
|
name: 'sparkmagic',
|
||||||
version: '0.12.9'
|
version: '0.12.9'
|
||||||
}, {
|
|
||||||
name: 'Kqlmagic',
|
|
||||||
version: '0.1.109'
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -100,6 +97,9 @@ export class JupyterServerInstallation implements IJupyterServerInstallation {
|
|||||||
}, {
|
}, {
|
||||||
name: 'powershell-kernel',
|
name: 'powershell-kernel',
|
||||||
version: '0.1.3'
|
version: '0.1.3'
|
||||||
|
}, {
|
||||||
|
name: 'Kqlmagic',
|
||||||
|
version: '0.1.109'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user