Skip to content

Commit 980090c

Browse files
author
Andrea Scuderi
committed
Fix JSON comments
1 parent 65c08af commit 980090c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sourcekit-lsp configuration file example: `sourcekit-lsp/config.json`
4848

4949
launch.json example: `.vscode/launch.json`
5050

51-
```json
51+
```jsonc
5252
{
5353
"configurations": [
5454
{
@@ -85,7 +85,7 @@ launch.json example: `.vscode/launch.json`
8585
### 7. Modify the `devcontainer.json` to include the Swift extension and configure the lldb library path.
8686

8787
Add the following to `devcontainer.json` to allow Swift debugging and Swift extension installation:
88-
```json
88+
```jsonc
8989
"customizations": {
9090
// Configure properties specific to VS Code.
9191
"vscode": {
@@ -102,7 +102,7 @@ Add the following to `devcontainer.json` to allow Swift debugging and Swift exte
102102
```
103103

104104
final `devcontainer.json` example:
105-
```json
105+
```jsonc
106106
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
107107
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-outside-of-docker-compose
108108
{

0 commit comments

Comments
 (0)