mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add jupyter server shutdown timeout setting (#15913)
* add jupyter server shutdown timeout setting * no timeout if setting is 0 * set minimum value to 0
This commit is contained in:
@@ -17,6 +17,7 @@ export const pythonVersion = '3.8.10';
|
||||
export const pythonPathConfigKey = 'pythonPath';
|
||||
export const existingPythonConfigKey = 'useExistingPython';
|
||||
export const dontPromptPythonUpdate = 'dontPromptPythonUpdate';
|
||||
export const jupyterServerShutdownTimeoutConfigKey = 'jupyterServerShutdownTimeout';
|
||||
export const notebookConfigKey = 'notebook';
|
||||
export const trustedBooksConfigKey = 'trustedBooks';
|
||||
export const pinnedBooksConfigKey = 'pinnedNotebooks';
|
||||
|
||||
Reference in New Issue
Block a user