Skip to content

Commit f7de000

Browse files
Update LOCAL_DEVELOPMENT.md (#3808)
fix json formatting to not have big red comment blocks ## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [X] Documentation Update ## Have you discussed this change with the InvokeAI team? - [ ] Yes - [X] No, because: simple docs fix ## Description Fix LOCAL_DEVELOPMENT.md json comment highlighting ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue # n/a - Closes # n/a ## QA Instructions, Screenshots, Recordings <!-- Please provide steps on how to test changes, any hardware or software specifications as well as any other pertinent information. --> ## Added/updated tests? - [ ] Yes - [x] No : simple docs change
2 parents c3a7e35 + 04c0700 commit f7de000

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)