Display numeric units in the variables pane (#6683)

This commit is contained in:
Jonathan Tran
2025-05-05 23:40:18 -04:00
committed by GitHub
parent 32db31e6c3
commit 1e056cfd8a
69 changed files with 602 additions and 163 deletions

View File

@ -29,7 +29,8 @@ description: Variables in memory after executing keyboard.kcl
}
},
"keyFn": {
"type": "Function"
"type": "Function",
"value": null
},
"keyHeight": {
"type": "Number",
@ -45,7 +46,8 @@ description: Variables in memory after executing keyboard.kcl
}
},
"o": {
"type": "Function"
"type": "Function",
"value": null
},
"plane001": {
"type": "Object",
@ -2885,6 +2887,7 @@ description: Variables in memory after executing keyboard.kcl
}
},
"z": {
"type": "Function"
"type": "Function",
"value": null
}
}