Skip to content

Commit 1034eaf

Browse files
jborean93Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 233863e commit 1034eaf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,8 @@
596596
"type": "string",
597597
"description": "The remote root to map."
598598
}
599-
}
599+
},
600+
"required": ["localRoot", "remoteRoot"]
600601
},
601602
"default": []
602603
}
@@ -648,7 +649,8 @@
648649
"type": "string",
649650
"description": "The remote root to map."
650651
}
651-
}
652+
},
653+
"required": ["localRoot", "remoteRoot"]
652654
},
653655
"default": []
654656
}

0 commit comments

Comments
 (0)