From 47e89f48708248684c337822fae610ea290f91e8 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 29 Sep 2023 11:30:44 +0300 Subject: [PATCH] docs: update VScode module name --- vscode-web/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vscode-web/README.md b/vscode-web/README.md index 4dcfb8d..cc473ca 100644 --- a/vscode-web/README.md +++ b/vscode-web/README.md @@ -13,13 +13,13 @@ Automatically install [Visual Studio Code Server](https://code.visualstudio.com/ ```hcl module "vscode-web" { - source = "https://registry.coder.com/modules/vscode-server" + source = "https://registry.coder.com/modules/vscode-web" agent_id = coder_agent.example.id accept_license = true } ``` -![VS Code Server with GitHub Copilot and live-share](../.images/vscode-server.gif) +![VS Code Server with GitHub Copilot and live-share](../.images/vscode-web.gif) ## Examples @@ -27,9 +27,9 @@ module "vscode-web" { ```hcl module "vscode-web" { - source = "https://registry.coder.com/modules/vscode-server" + source = "https://registry.coder.com/modules/vscode-web" agent_id = coder_agent.example.id - install_dir = "/home/coder/.vscode-server" + install_dir = "/home/coder/.vscode-web" folder = "/home/coder" accept_license = true }