mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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
This commit is contained in:
commit
f7de000e79
@ -125,7 +125,7 @@ To make a workspace:
|
||||
|
||||
Should look something like this:
|
||||
|
||||
```json
|
||||
```jsonc
|
||||
{
|
||||
// I like to have all InvokeAI-related folders in my workspace
|
||||
"folders": [
|
||||
@ -164,7 +164,7 @@ to set up your `launch.json` and try it out.
|
||||
|
||||
Now we can create the InvokeAI debugging configs:
|
||||
|
||||
```json
|
||||
```jsonc
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
|
Loading…
Reference in New Issue
Block a user