mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Move finding toc.yml files logic to async method in Books (#6623)
* moved findTOC logic to async function * set max number of subdirectories to search * log error, change for loop syntax * hadnling edge cases
This commit is contained in:
@@ -15,6 +15,7 @@ export const sparkMagicVersion = '0.12.6.1';
|
||||
export const pythonPathConfigKey = 'pythonPath';
|
||||
export const existingPythonConfigKey = 'useExistingPython';
|
||||
export const notebookConfigKey = 'notebook';
|
||||
export const maxBookSearchDepth = 'maxBookSearchDepth';
|
||||
|
||||
export const winPlatform = 'win32';
|
||||
|
||||
@@ -44,4 +45,4 @@ export enum PythonPkgType {
|
||||
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';
|
||||
export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2092864';
|
||||
export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2092864';
|
||||
|
||||
Reference in New Issue
Block a user