From 9059349f1281a072728cb97c25263b1a144c9f23 Mon Sep 17 00:00:00 2001 From: David Murdoch <187813+davidmurdoch@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:16:12 -0400 Subject: [PATCH] docs: format vscode's `launch.json` as JSON5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 677d78ae2..b04f76c68 100644 --- a/README.md +++ b/README.md @@ -634,7 +634,7 @@ To setup a debug session, you will first need to create a `launch.json` file to This will create the file `.vscode/launch.json` with the default template: -```json +```json5 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes.