From 101eb9fe9bc1d18840aaea2826a446fa42b5be66 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 13 Mar 2019 12:39:00 -0400 Subject: [PATCH] Update __init__.py --- jupyter_vscode_proxy/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyter_vscode_proxy/__init__.py b/jupyter_vscode_proxy/__init__.py index 025bbc9..cf9042d 100644 --- a/jupyter_vscode_proxy/__init__.py +++ b/jupyter_vscode_proxy/__init__.py @@ -21,6 +21,7 @@ def _get_vscode_cmd(port): return { 'command': _get_vscode_cmd, + 'timeout': 20, 'launcher_entry': { 'title': 'VS Code', 'icon_path': os.path.join(os.path.dirname(os.path.abspath(__file__)), 'icons', 'vscode.svg')