We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682fdd3 commit fd0c00dCopy full SHA for fd0c00d
jupyter_vscode_proxy/__init__.py
@@ -35,6 +35,7 @@ def _get_vscode_cmd(port):
35
return {
36
"command": _get_vscode_cmd,
37
"timeout": 20,
38
+ "new_browser_tab": True,
39
"launcher_entry": {
40
"title": "VS Code",
41
"icon_path": os.path.join(
0 commit comments