Skip to content

Commit

Permalink
Update jupyter_vscode_proxy/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Uwe L. Korn <[email protected]>
  • Loading branch information
janjagusch and xhochy committed Aug 18, 2023
1 parent bee1fe5 commit 593cb10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyter_vscode_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def _get_inner_openvscode_cmd() -> List[str]:
return [
"openvscode-server",
"--without-connection-token",
"--telemetry-level off",
"--telemetry-level",
"off",
]


Expand Down

0 comments on commit 593cb10

Please sign in to comment.