From 40edcc5603285dc6a862c9ca20bb07230d2b190f Mon Sep 17 00:00:00 2001 From: Daniel Lutz Date: Wed, 9 Oct 2024 09:38:50 -0300 Subject: [PATCH] Add settings to Code Server to not auto-update installed extensions --- codeserver/ubi9-python-3.11/run-code-server.sh | 4 +++- codeserver/ubi9-python-3.9/run-code-server.sh | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/codeserver/ubi9-python-3.11/run-code-server.sh b/codeserver/ubi9-python-3.11/run-code-server.sh index 2c1d09c7d..96400da72 100755 --- a/codeserver/ubi9-python-3.11/run-code-server.sh +++ b/codeserver/ubi9-python-3.11/run-code-server.sh @@ -46,7 +46,9 @@ universal_json_settings='{ "python.defaultInterpreterPath": "/opt/app-root/bin/python3", "telemetry.telemetryLevel": "off", "telemetry.enableTelemetry": false, - "workbench.enableExperiments": false + "workbench.enableExperiments": false, + "extensions.autoCheckUpdates": false, + "extensions.autoUpdate": false }' # Define python debuger settings diff --git a/codeserver/ubi9-python-3.9/run-code-server.sh b/codeserver/ubi9-python-3.9/run-code-server.sh index 2c1d09c7d..96400da72 100755 --- a/codeserver/ubi9-python-3.9/run-code-server.sh +++ b/codeserver/ubi9-python-3.9/run-code-server.sh @@ -46,7 +46,9 @@ universal_json_settings='{ "python.defaultInterpreterPath": "/opt/app-root/bin/python3", "telemetry.telemetryLevel": "off", "telemetry.enableTelemetry": false, - "workbench.enableExperiments": false + "workbench.enableExperiments": false, + "extensions.autoCheckUpdates": false, + "extensions.autoUpdate": false }' # Define python debuger settings