diff --git a/vscode-server/README.md b/vscode-server/README.md index 29f6d30..cf88d9a 100644 --- a/vscode-server/README.md +++ b/vscode-server/README.md @@ -28,7 +28,7 @@ preferably with someone connected on live-share and showing GitHub Copilot sugge } ``` -2. Install VS Code to a custom folder with a specific version: +2. Install VS Code Server to a custom folder: ```hcl module "vscode-web" { @@ -37,6 +37,5 @@ preferably with someone connected on live-share and showing GitHub Copilot sugge install_dir = "/home/coder/.vscode-server" folder = "/home/coder" accept_license = true - telemetry = "off" } ```