mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Allow user to select source package type in Manage Packages dialog. (#6092)
This commit is contained in:
@@ -36,6 +36,11 @@ export enum CommandContext {
|
||||
NotebookPythonInstalled = 'notebook:pythonInstalled'
|
||||
}
|
||||
|
||||
export enum PythonPkgType {
|
||||
Pip = 'Pip',
|
||||
Anaconda = 'Anaconda'
|
||||
}
|
||||
|
||||
export const pythonOfflinePipPackagesUrl = 'https://go.microsoft.com/fwlink/?linkid=2092867';
|
||||
export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2092866';
|
||||
export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2092865';
|
||||
|
||||
Reference in New Issue
Block a user