Skip to content

Commit 59541ee

Browse files
Removed disable nbserver proxy which lead to vscode not strating up
1 parent 1f22151 commit 59541ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code-server/notebook-instances/code-server-setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ def configure_jupyter(args: argparse.Namespace):
297297

298298
conda_setup_commands = [
299299
["pip", "uninstall", "--yes", "nbserverproxy", ";"],
300-
["jupyter", "serverextension", "disable", "nbserverproxy"],
301300
[
302301
"pip",
303302
"install",

0 commit comments

Comments
 (0)