mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -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',
|
||||
version: '0.12.9'
|
||||
}, {
|
||||
name: 'Kqlmagic',
|
||||
version: '0.1.109'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -100,6 +97,9 @@ export class JupyterServerInstallation implements IJupyterServerInstallation {
|
||||
}, {
|
||||
name: 'powershell-kernel',
|
||||
version: '0.1.3'
|
||||
}, {
|
||||
name: 'Kqlmagic',
|
||||
version: '0.1.109'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user