Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

docs: update section links JSON Settings #401

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Enter the `<author>.<name>` into the extensions array and code-server will autom

### Pre-configure Settings

Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file:
Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-json-file) file:

```tf
module "code-server" {
Expand Down
2 changes: 1 addition & 1 deletion vscode-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module "vscode-web" {

### Pre-configure Settings

Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file:
Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-json-file) file:

```tf
module "vscode-web" {
Expand Down