Rust side snippet completions (#2096)
* updates; Signed-off-by: Jess Frazelle <github@jessfraz.com> docs Signed-off-by: Jess Frazelle <github@jessfraz.com> remove descriptions Signed-off-by: Jess Frazelle <github@jessfraz.com> get snippet tests Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> more autocomplete tests Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> tab to end of snippets Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * emptu * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * empty * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * empty * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * empty --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -121,9 +121,9 @@ const sketch001 = startSketchOn(box, "END")
|
||||
// Angle to revolve (in degrees). Default is 360.
|
||||
angle: number,
|
||||
// Axis of revolution.
|
||||
axis: "x" |
|
||||
"y" |
|
||||
"z" |
|
||||
axis: "X" |
|
||||
"Y" |
|
||||
"Z" |
|
||||
"-X" |
|
||||
"-Y" |
|
||||
"-Z" |
|
||||
|
||||
@ -49363,21 +49363,21 @@
|
||||
"description": "X-axis.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"x"
|
||||
"X"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Y-axis.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"y"
|
||||
"Y"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Z-axis.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"z"
|
||||
"Z"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user