Skip to content

Commit

Permalink
Format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Jun 28, 2023
1 parent ce0a341 commit aaade94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@
"description": "Automatically focus iOS Simulator window when attaching or continuing after a breakpoint."
},
"ios-debug.shareLocalDevices": {
"enum": ["ask", "always", "never"],
"enum": [
"ask",
"always",
"never"
],
"default": "ask",
"description": "In remote development mode, allow using locally connected devices for debugging from the remote."
}
Expand Down

0 comments on commit aaade94

Please sign in to comment.