refactor README

pull/54/head
Muhammad Atif Ali 2 years ago
parent d7f009a407
commit 8630c941e3
No known key found for this signature in database

@ -11,12 +11,6 @@ tags: [helper, ide, vscode, web]
Automatically install [Visual Studio Code Server](https://code.visualstudio.com/docs/remote/vscode-server) in a workspace using the [VS Code CLI](https://code.visualstudio.com/docs/editor/command-line) and create an app to access it via the dashboard.
![VS Code Server with GitHub Copilot and live-share](../.images/vscode-server.gif)
## Examples
1. Install VS Code Server with default settings:
```hcl
module "vscode-web" {
source = "https://registry.coder.com/modules/vscode-server"
@ -25,7 +19,11 @@ Automatically install [Visual Studio Code Server](https://code.visualstudio.com/
}
```
2. Install VS Code Server to a custom folder:
![VS Code Server with GitHub Copilot and live-share](../.images/vscode-server.gif)
## Examples
### Install VS Code Server to a custom folder
```hcl
module "vscode-web" {

Loading…
Cancel
Save