mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 18:46:36 -05:00
Fix/prev next links issue (#10523)
* intital test code * added tests * remove commented code * fix for failing tests * reuse exported enum * changes to address comments * add back onVisibility highlight * port highlight fix from Chris * fix tests
This commit is contained in:
@@ -56,6 +56,13 @@ export enum PythonPkgType {
|
||||
Anaconda = 'Anaconda'
|
||||
}
|
||||
|
||||
export enum NavigationProviders {
|
||||
NotebooksNavigator = 'BookNavigator.Notebooks',
|
||||
ProvidedBooksNavigator = 'BookNavigator.ProvidedBooks'
|
||||
}
|
||||
|
||||
export const unsavedBooksContextKey = 'unsavedBooks';
|
||||
|
||||
export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110625';
|
||||
export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2128152';
|
||||
export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110524';
|
||||
|
||||
Reference in New Issue
Block a user