diff --git a/.vscode/extensions.json b/.vscode/extensions.json index f72a4f6be02a2..6987549c12505 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,7 @@ { - "recommendations": [ - "ms-vscode-remote.remote-containers", - "ms-azuretools.vscode-docker" - ] + "recommendations": [ + "ms-vscode-remote.remote-containers", + "ms-azuretools.vscode-docker", + "cdda-toys.cdda-json-formatter" + ] } diff --git a/doc/JSON_STYLE.md b/doc/JSON_STYLE.md index e99d5b597265e..33a4e6b5d1f46 100644 --- a/doc/JSON_STYLE.md +++ b/doc/JSON_STYLE.md @@ -89,3 +89,6 @@ Additionally, you can configure a keybinding for this command by navigating to containing `Tools.ExternalCommand` and pick the one that corresponds to the position of your command in the list (e.g. `Tools.ExternalCommand1` if it's the top item in the list) and then assign shortcut keys to it. + +### Visual Studio Code +If you install the recommended extensions you should have access to the the cdda-toys.cdda-json-formatter which will auto format your json.