Skip to content

Commit

Permalink
Apply new wording
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at committed Mar 6, 2024
1 parent 8894be9 commit fe0472f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,10 @@
"description": "Default words per group"
},
"memory-inspector.groupings.groupsPerRow": {
"type": ["string", "number"],
"type": [
"string",
"number"
],
"enum": [
"Autofit",
1,
Expand Down Expand Up @@ -230,10 +233,10 @@
],
"default": "Minimal",
"enumDescriptions": [
"Minimal padding based on the longest address in range.",
"Disables padding, presenting addresses as-is.",
"Pads addresses to fit within a 32-bit address space.",
"Pads addresses to fit within a 64-bit address space."
"Pads to largest address width in loaded range.",
"Disables padding.",
"Pads to 32 bits.",
"Pads to 64 bits."
],
"description": "Controls the padding with 0s for memory addresses, enhancing readability by aligning them within a specified bit-width context."
},
Expand Down

0 comments on commit fe0472f

Please sign in to comment.