Skip to content

Commit

Permalink
Disable telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim authored Apr 25, 2019
1 parent bb046f3 commit 590274b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_vscode_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def _get_vscode_cmd(port):
cmd = [
executable,
'--no-auth',
'--disable-telemetry',
'--allow-http',
'--port=' + str(port),
working_dir
Expand Down

0 comments on commit 590274b

Please sign in to comment.