Update LOCAL_DEVELOPMENT.md

fix json formatting to not have big red comment blocks
This commit is contained in:
psychedelicious 2023-07-18 11:02:24 +10:00 committed by GitHub
parent 0edb31febd
commit 53db91ef99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ To make a workspace:
Should look something like this: Should look something like this:
```json ```jsonc
{ {
// I like to have all InvokeAI-related folders in my workspace // I like to have all InvokeAI-related folders in my workspace
"folders": [ "folders": [
@ -164,7 +164,7 @@ to set up your `launch.json` and try it out.
Now we can create the InvokeAI debugging configs: Now we can create the InvokeAI debugging configs:
```json ```jsonc
{ {
// Use IntelliSense to learn about possible attributes. // Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes. // Hover to view descriptions of existing attributes.