quicktype-vscode icon indicating copy to clipboard operation
quicktype-vscode copied to clipboard

justTypes setting description needs rewording

Open f3 opened this issue 2 years ago • 0 comments

Quicktype: Just Types ☑️ Produce just types, or (de-)serialization code as well?

Well hmm, which is it when checked? [left] or [right]? 😃

Suggestion:

https://github.com/quicktype/quicktype-vscode/blob/master/package.json#L54

  "quicktype.justTypes": {
      "type": "boolean",
      "default": true,
      "description": "Produce only types; no (de-)serialization code"

f3 avatar Jan 31 '23 20:01 f3