From 3763eca1a4e7f8cb63ea6e1751889c6146463386 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 16:34:14 +0300 Subject: [PATCH] update README --- vscode-web/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode-web/README.md b/vscode-web/README.md index 7d1db74..c737302 100644 --- a/vscode-web/README.md +++ b/vscode-web/README.md @@ -23,14 +23,14 @@ Automatically install [VS Code](https://code.visualstudio.com) in a workspace, c } ``` -2. Install VS Code Web with custom version and folder +2. Install VS Code to a custom folder with a specific version: ```hcl module "vscode-web" { source = "https://registry.coder.com/modules/vscode-web" agent_id = coder_agent.example.id - custom_version = "1.82.0" - folder = "/home/coder/my-projet" + install_dir = "/home/coder/.coder/apps/vscode" + folder = "/home/coder" accept_license = true } ```