Skip to content

Commit 53db91e

Browse files
Update LOCAL_DEVELOPMENT.md
fix json formatting to not have big red comment blocks
1 parent 0edb31f commit 53db91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/LOCAL_DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To make a workspace:
125125

126126
Should look something like this:
127127

128-
```json
128+
```jsonc
129129
{
130130
// I like to have all InvokeAI-related folders in my workspace
131131
"folders": [
@@ -164,7 +164,7 @@ to set up your `launch.json` and try it out.
164164

165165
Now we can create the InvokeAI debugging configs:
166166

167-
```json
167+
```jsonc
168168
{
169169
// Use IntelliSense to learn about possible attributes.
170170
// Hover to view descriptions of existing attributes.

0 commit comments

Comments
 (0)